Html Css Color HEX #031857 Sapphire

📋 copy color: '#031857'

red 3 ◦ green 24 ◦ blue 87

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

Shades of Sapphire #031857

Tints of Sapphire #031857

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 76.32%

R = 2.63%
G = 21.05%
B = 76.32%

CMYK

 C value IS 0.97

 M value IS 0.72

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#031857 (or 0x031857) is known color: Sapphire. HEX triplet: 03, 18 and 57. RGB value is (3,24,87). Sum of RGB (Red+Green+Blue) = 3+24+87=114 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.63% from 114); Green value is 24 (9.77% from 255 or 21.05% from 114); Blue value is 87 (34.38% from 255 or 76.32% from 114); Max value from RGB is 87 - color contains mainly: blue. Hex color #031857 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031857 is #FCE7A8. Grayscale: #181818. Windows color (decimal): -16574377 or 5707779. OLE color: 5707779.

HSL color Cylindrical-coordinate representation of color #031857: hue angle of 225º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031857 is Cyan = 0.97, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 3 24 87 -
CMYK 0.97 0.72 0 0.66
HSL 225º 0.93% 0.18% -
HSV(B) 225º 0.97% 0.34% -
XYZ 2.08 1.36 9.17 -
YUV 24.9 163.04 112.38 -
System Red Green Blue C M Y K H S L
Decimal 3 24 87 0.97 0.72 0 0.66 225 0.93 0.18
Hex 3 18 57 61 48 0 42 E1 5D 12
Octal 3 30 127 141 110 0 102 341 135 22
Binary 11 11000 1010111 1100001 1001000 0 1000010 11100001 1011101 10010

Color Harmonies of #031857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031857

Black with #031857

Text Example


Text Example

White with #031857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031857; }

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

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

background-color css

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

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

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

border-color css

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

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

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