Html Css Color HEX #031956 Sapphire

📋 copy color: '#031956'

red 3 ◦ green 25 ◦ blue 86

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

Shades of Sapphire #031956

Tints of Sapphire #031956

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 75.44%

R = 2.63%
G = 21.93%
B = 75.44%

CMYK

 C value IS 0.97

 M value IS 0.71

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#031956 (or 0x031956) is known color: Sapphire. HEX triplet: 03, 19 and 56. RGB value is (3,25,86). Sum of RGB (Red+Green+Blue) = 3+25+86=114 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.63% from 114); Green value is 25 (10.16% from 255 or 21.93% from 114); Blue value is 86 (33.98% from 255 or 75.44% from 114); Max value from RGB is 86 - color contains mainly: blue. Hex color #031956 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031956 is #FCE6A9. Grayscale: #191919. Windows color (decimal): -16574122 or 5642499. OLE color: 5642499.

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

Color convert

RGB 3 25 86 -
CMYK 0.97 0.71 0 0.66
HSL 224.1º 0.93% 0.17% -
HSV(B) 224.1º 0.97% 0.34% -
XYZ 2.06 1.39 8.96 -
YUV 25.38 162.21 112.04 -
System Red Green Blue C M Y K H S L
Decimal 3 25 86 0.97 0.71 0 0.66 224.1 0.93 0.17
Hex 3 19 56 61 47 0 42 E0 5D 11
Octal 3 31 126 141 107 0 102 340 135 21
Binary 11 11001 1010110 1100001 1000111 0 1000010 11100000 1011101 10001

Color Harmonies of #031956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031956

Black with #031956

Text Example


Text Example

White with #031956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031956; }

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

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

background-color css

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

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

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

border-color css

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

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

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