Html Css Color HEX #031266 Sapphire

📋 copy color: '#031266'

red 3 ◦ green 18 ◦ blue 102

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

Shades of Sapphire #031266

Tints of Sapphire #031266

RGB

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

 GREEN value IS 18 (7.42% from 255) = 14.63%

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

R = 2.44%
G = 14.63%
B = 82.93%

CMYK

 C value IS 0.97

 M value IS 0.82

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#031266 (or 0x031266) is known color: Sapphire. HEX triplet: 03, 12 and 66. RGB value is (3,18,102). Sum of RGB (Red+Green+Blue) = 3+18+102=123 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.44% from 123); Green value is 18 (7.42% from 255 or 14.63% from 123); Blue value is 102 (40.23% from 255 or 82.93% from 123); Max value from RGB is 102 - color contains mainly: blue. Hex color #031266 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031266 is #FCED99. Grayscale: #161616. Windows color (decimal): -16575898 or 6689283. OLE color: 6689283.

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

Color convert

RGB 3 18 102 -
CMYK 0.97 0.82 0 0.6
HSL 230.91º 0.94% 0.21% -
HSV(B) 230.91º 0.97% 0.4% -
XYZ 2.65 1.41 12.7 -
YUV 23.09 172.53 113.67 -
System Red Green Blue C M Y K H S L
Decimal 3 18 102 0.97 0.82 0 0.6 230.91 0.94 0.21
Hex 3 12 66 61 52 0 3C E7 5E 15
Octal 3 22 146 141 122 0 74 347 136 25
Binary 11 10010 1100110 1100001 1010010 0 111100 11100111 1011110 10101

Color Harmonies of #031266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031266

Black with #031266

Text Example


Text Example

White with #031266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031266; }

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

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

background-color css

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

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

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

border-color css

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

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

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