Html Css Color HEX #251991 Ultramarine

📋 copy color: '#251991'

red 37 ◦ green 25 ◦ blue 145

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

Shades of Ultramarine #251991

Tints of Ultramarine #251991

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.08%

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

R = 17.87%
G = 12.08%
B = 70.05%

CMYK

 C value IS 0.74

 M value IS 0.83

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#251991 (or 0x251991) is known color: Ultramarine. HEX triplet: 25, 19 and 91. RGB value is (37,25,145). Sum of RGB (Red+Green+Blue) = 37+25+145=207 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.87% from 207); Green value is 25 (10.16% from 255 or 12.08% from 207); Blue value is 145 (57.03% from 255 or 70.05% from 207); Max value from RGB is 145 - color contains mainly: blue. Hex color #251991 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #251991 is #DAE66E. Grayscale: #292929. Windows color (decimal): -14345839 or 9509157. OLE color: 9509157.

HSL color Cylindrical-coordinate representation of color #251991: hue angle of 246º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #251991 is Cyan = 0.74, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 37 25 145 -
CMYK 0.74 0.83 0 0.43
HSL 246º 0.71% 0.33% -
HSV(B) 246º 0.83% 0.57% -
XYZ 6.22 3.13 27.06 -
YUV 42.27 185.98 124.24 -
System Red Green Blue C M Y K H S L
Decimal 37 25 145 0.74 0.83 0 0.43 246 0.71 0.33
Hex 25 19 91 4A 53 0 2B F6 47 21
Octal 45 31 221 112 123 0 53 366 107 41
Binary 100101 11001 10010001 1001010 1010011 0 101011 11110110 1000111 100001

Color Harmonies of #251991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251991

Black with #251991

Text Example


Text Example

White with #251991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251991; }

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

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

background-color css

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

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

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

border-color css

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

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

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