Html Css Color HEX #251F91 Ultramarine

📋 copy color: '#251F91'

red 37 ◦ green 31 ◦ blue 145

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

Shades of Ultramarine #251F91

Tints of Ultramarine #251F91

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.55%

 BLUE value IS 145 (57.03% from 255) = 68.08%

R = 17.37%
G = 14.55%
B = 68.08%

CMYK

 C value IS 0.74

 M value IS 0.79

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#251F91 (or 0x251F91) is known color: Ultramarine. HEX triplet: 25, 1F and 91. RGB value is (37,31,145). Sum of RGB (Red+Green+Blue) = 37+31+145=213 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.37% from 213); Green value is 31 (12.5% from 255 or 14.55% from 213); Blue value is 145 (57.03% from 255 or 68.08% from 213); Max value from RGB is 145 - color contains mainly: blue. Hex color #251F91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #251F91 is #DAE06E. Grayscale: #2D2D2D. Windows color (decimal): -14344303 or 9510693. OLE color: 9510693.

HSL color Cylindrical-coordinate representation of color #251F91: hue angle of 243.16º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #251F91 is Cyan = 0.74, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 37 31 145 -
CMYK 0.74 0.79 0 0.43
HSL 243.16º 0.65% 0.35% -
HSV(B) 243.16º 0.79% 0.57% -
XYZ 6.36 3.42 27.11 -
YUV 45.79 183.99 121.73 -
System Red Green Blue C M Y K H S L
Decimal 37 31 145 0.74 0.79 0 0.43 243.16 0.65 0.35
Hex 25 1F 91 4A 4F 0 2B F3 41 23
Octal 45 37 221 112 117 0 53 363 101 43
Binary 100101 11111 10010001 1001010 1001111 0 101011 11110011 1000001 100011

Color Harmonies of #251F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251F91

Black with #251F91

Text Example


Text Example

White with #251F91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251F91; }

 p { color: rgb(37,31,145); }

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

background-color css

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

 a { background-color: rgb(37,31,145); }

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

border-color css

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

 span { border-color: rgb(37,31,145); }

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