Html Css Color HEX #031872 Sapphire

📋 copy color: '#031872'

red 3 ◦ green 24 ◦ blue 114

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

Shades of Sapphire #031872

Tints of Sapphire #031872

RGB

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

 GREEN value IS 24 (9.77% from 255) = 17.02%

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

R = 2.13%
G = 17.02%
B = 80.85%

CMYK

 C value IS 0.97

 M value IS 0.79

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#031872 (or 0x031872) is known color: Sapphire. HEX triplet: 03, 18 and 72. RGB value is (3,24,114). Sum of RGB (Red+Green+Blue) = 3+24+114=141 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.13% from 141); Green value is 24 (9.77% from 255 or 17.02% from 141); Blue value is 114 (44.92% from 255 or 80.85% from 141); Max value from RGB is 114 - color contains mainly: blue. Hex color #031872 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031872 is #FCE78D. Grayscale: #1B1B1B. Windows color (decimal): -16574350 or 7477251. OLE color: 7477251.

HSL color Cylindrical-coordinate representation of color #031872: hue angle of 228.65º 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 #031872 is Cyan = 0.97, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 3 24 114 -
CMYK 0.97 0.79 0 0.55
HSL 228.65º 0.95% 0.23% -
HSV(B) 228.65º 0.97% 0.45% -
XYZ 3.4 1.89 16.1 -
YUV 27.98 176.54 110.18 -
System Red Green Blue C M Y K H S L
Decimal 3 24 114 0.97 0.79 0 0.55 228.65 0.95 0.23
Hex 3 18 72 61 4F 0 37 E5 5F 17
Octal 3 30 162 141 117 0 67 345 137 27
Binary 11 11000 1110010 1100001 1001111 0 110111 11100101 1011111 10111

Color Harmonies of #031872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031872

Black with #031872

Text Example


Text Example

White with #031872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031872; }

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

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

background-color css

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

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

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

border-color css

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

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

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