Html Css Color HEX #031873 Sapphire

📋 copy color: '#031873'

red 3 ◦ green 24 ◦ blue 115

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

Shades of Sapphire #031873

Tints of Sapphire #031873

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 80.99%

R = 2.11%
G = 16.9%
B = 80.99%

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

#031873 (or 0x031873) is known color: Sapphire. HEX triplet: 03, 18 and 73. RGB value is (3,24,115). Sum of RGB (Red+Green+Blue) = 3+24+115=142 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.11% from 142); Green value is 24 (9.77% from 255 or 16.90% from 142); Blue value is 115 (45.31% from 255 or 80.99% from 142); Max value from RGB is 115 - color contains mainly: blue. Hex color #031873 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031873 is #FCE78C. Grayscale: #1B1B1B. Windows color (decimal): -16574349 or 7542787. OLE color: 7542787.

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

Color convert

RGB 3 24 115 -
CMYK 0.97 0.79 0 0.55
HSL 228.75º 0.95% 0.23% -
HSV(B) 228.75º 0.97% 0.45% -
XYZ 3.46 1.91 16.41 -
YUV 28.1 177.04 110.1 -
System Red Green Blue C M Y K H S L
Decimal 3 24 115 0.97 0.79 0 0.55 228.75 0.95 0.23
Hex 3 18 73 61 4F 0 37 E5 5F 17
Octal 3 30 163 141 117 0 67 345 137 27
Binary 11 11000 1110011 1100001 1001111 0 110111 11100101 1011111 10111

Color Harmonies of #031873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031873

Black with #031873

Text Example


Text Example

White with #031873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031873; }

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

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

background-color css

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

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

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

border-color css

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

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

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