Html Css Color HEX #031860 Sapphire

📋 copy color: '#031860'

red 3 ◦ green 24 ◦ blue 96

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

Shades of Sapphire #031860

Tints of Sapphire #031860

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 78.05%

R = 2.44%
G = 19.51%
B = 78.05%

CMYK

 C value IS 0.97

 M value IS 0.75

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#031860 (or 0x031860) is known color: Sapphire. HEX triplet: 03, 18 and 60. RGB value is (3,24,96). Sum of RGB (Red+Green+Blue) = 3+24+96=123 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.44% from 123); Green value is 24 (9.77% from 255 or 19.51% from 123); Blue value is 96 (37.89% from 255 or 78.05% from 123); Max value from RGB is 96 - color contains mainly: blue. Hex color #031860 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031860 is #FCE79F. Grayscale: #191919. Windows color (decimal): -16574368 or 6297603. OLE color: 6297603.

HSL color Cylindrical-coordinate representation of color #031860: hue angle of 226.45º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031860 is Cyan = 0.97, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 3 24 96 -
CMYK 0.97 0.75 0 0.62
HSL 226.45º 0.94% 0.19% -
HSV(B) 226.45º 0.97% 0.38% -
XYZ 2.48 1.52 11.23 -
YUV 25.93 167.54 111.65 -
System Red Green Blue C M Y K H S L
Decimal 3 24 96 0.97 0.75 0 0.62 226.45 0.94 0.19
Hex 3 18 60 61 4B 0 3E E2 5E 13
Octal 3 30 140 141 113 0 76 342 136 23
Binary 11 11000 1100000 1100001 1001011 0 111110 11100010 1011110 10011

Color Harmonies of #031860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031860

Black with #031860

Text Example


Text Example

White with #031860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031860; }

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

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

background-color css

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

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

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

border-color css

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

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

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