Html Css Color HEX #251297 Ultramarine

📋 copy color: '#251297'

red 37 ◦ green 18 ◦ blue 151

#251297
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ultramarine #251297

Tints of Ultramarine #251297

RGB

 RED value IS 37 (14.84% from 255) = 17.96%

 GREEN value IS 18 (7.42% from 255) = 8.74%

 BLUE value IS 151 (59.38% from 255) = 73.3%

R = 17.96%
G = 8.74%
B = 73.3%

CMYK

 C value IS 0.75

 M value IS 0.88

 Y value IS 0

 K value IS 0.41

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#251297 (or 0x251297) is known color: Ultramarine. HEX triplet: 25, 12 and 97. RGB value is (37,18,151). Sum of RGB (Red+Green+Blue) = 37+18+151=206 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.96% from 206); Green value is 18 (7.42% from 255 or 8.74% from 206); Blue value is 151 (59.38% from 255 or 73.30% from 206); Max value from RGB is 151 - color contains mainly: blue. Hex color #251297 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #251297 is #DAED68. Grayscale: #262626. Windows color (decimal): -14347625 or 9900581. OLE color: 9900581.

HSL color Cylindrical-coordinate representation of color #251297: hue angle of 248.57º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #251297 is Cyan = 0.75, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 37 18 151 -
CMYK 0.75 0.88 0 0.41
HSL 248.57º 0.79% 0.33% -
HSV(B) 248.57º 0.88% 0.59% -
XYZ 6.57 3.06 29.52 -
YUV 38.84 191.29 126.69 -
System Red Green Blue C M Y K H S L
Decimal 37 18 151 0.75 0.88 0 0.41 248.57 0.79 0.33
Hex 25 12 97 4B 58 0 29 F9 4F 21
Octal 45 22 227 113 130 0 51 371 117 41
Binary 100101 10010 10010111 1001011 1011000 0 101001 11111001 1001111 100001

Color Harmonies of #251297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251297

Black with #251297

Text Example


Text Example

White with #251297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251297; }

 p { color: rgb(37,18,151); }

 H1.HeaderClassName
 {
   color: #251297;
 }
 .AnyTagClassName
 {
   color: #251297;
 }
</style>

background-color css

<style>
 a { background-color: #251297; }

 a { background-color: rgb(37,18,151); }

 div.DivClassName
 {
   background-color: #251297;
 }
 .BgClassName
 {
   background-color: #251297;
 }
</style>

border-color css

<style>
 span { border-color: #251297; }

 span { border-color: rgb(37,18,151); }

 td.TdClassName
 {
   border-color: #251297;
 }
 .TagClassName
 {
   border-color: #251297;
 }
</style>