Html Css Color HEX #031972 Sapphire

📋 copy color: '#031972'

red 3 ◦ green 25 ◦ blue 114

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

Shades of Sapphire #031972

Tints of Sapphire #031972

RGB

 RED value IS 3 (1.56% from 255) = 2.11%

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

 BLUE value IS 114 (44.92% from 255) = 80.28%

R = 2.11%
G = 17.61%
B = 80.28%

CMYK

 C value IS 0.97

 M value IS 0.78

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#031972 (or 0x031972) is known color: Sapphire. HEX triplet: 03, 19 and 72. RGB value is (3,25,114). Sum of RGB (Red+Green+Blue) = 3+25+114=142 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.11% from 142); Green value is 25 (10.16% from 255 or 17.61% from 142); Blue value is 114 (44.92% from 255 or 80.28% from 142); Max value from RGB is 114 - color contains mainly: blue. Hex color #031972 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031972 is #FCE68D. Grayscale: #1C1C1C. Windows color (decimal): -16574094 or 7477507. OLE color: 7477507.

HSL color Cylindrical-coordinate representation of color #031972: hue angle of 228.11º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031972 is Cyan = 0.97, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 3 25 114 -
CMYK 0.97 0.78 0 0.55
HSL 228.11º 0.95% 0.23% -
HSV(B) 228.11º 0.97% 0.45% -
XYZ 3.42 1.93 16.11 -
YUV 28.57 176.21 109.76 -
System Red Green Blue C M Y K H S L
Decimal 3 25 114 0.97 0.78 0 0.55 228.11 0.95 0.23
Hex 3 19 72 61 4E 0 37 E4 5F 17
Octal 3 31 162 141 116 0 67 344 137 27
Binary 11 11001 1110010 1100001 1001110 0 110111 11100100 1011111 10111

Color Harmonies of #031972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031972

Black with #031972

Text Example


Text Example

White with #031972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031972; }

 p { color: rgb(3,25,114); }

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

background-color css

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

 a { background-color: rgb(3,25,114); }

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

border-color css

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

 span { border-color: rgb(3,25,114); }

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