Html Css Color HEX #031966 Sapphire

📋 copy color: '#031966'

red 3 ◦ green 25 ◦ blue 102

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

Shades of Sapphire #031966

Tints of Sapphire #031966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 78.46%

R = 2.31%
G = 19.23%
B = 78.46%

CMYK

 C value IS 0.97

 M value IS 0.75

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#031966 (or 0x031966) is known color: Sapphire. HEX triplet: 03, 19 and 66. RGB value is (3,25,102). Sum of RGB (Red+Green+Blue) = 3+25+102=130 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.31% from 130); Green value is 25 (10.16% from 255 or 19.23% from 130); Blue value is 102 (40.23% from 255 or 78.46% from 130); Max value from RGB is 102 - color contains mainly: blue. Hex color #031966 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031966 is #FCE699. Grayscale: #1A1A1A. Windows color (decimal): -16574106 or 6691075. OLE color: 6691075.

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

Color convert

RGB 3 25 102 -
CMYK 0.97 0.75 0 0.6
HSL 226.67º 0.94% 0.21% -
HSV(B) 226.67º 0.97% 0.4% -
XYZ 2.78 1.67 12.75 -
YUV 27.2 170.21 110.74 -
System Red Green Blue C M Y K H S L
Decimal 3 25 102 0.97 0.75 0 0.6 226.67 0.94 0.21
Hex 3 19 66 61 4B 0 3C E3 5E 15
Octal 3 31 146 141 113 0 74 343 136 25
Binary 11 11001 1100110 1100001 1001011 0 111100 11100011 1011110 10101

Color Harmonies of #031966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031966

Black with #031966

Text Example


Text Example

White with #031966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031966; }

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

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

background-color css

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

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

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

border-color css

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

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

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