Html Css Color HEX #031166 Sapphire

📋 copy color: '#031166'

red 3 ◦ green 17 ◦ blue 102

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

Shades of Sapphire #031166

Tints of Sapphire #031166

RGB

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

 GREEN value IS 17 (7.03% from 255) = 13.93%

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

R = 2.46%
G = 13.93%
B = 83.61%

CMYK

 C value IS 0.97

 M value IS 0.83

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#031166 (or 0x031166) is known color: Sapphire. HEX triplet: 03, 11 and 66. RGB value is (3,17,102). Sum of RGB (Red+Green+Blue) = 3+17+102=122 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.46% from 122); Green value is 17 (7.03% from 255 or 13.93% from 122); Blue value is 102 (40.23% from 255 or 83.61% from 122); Max value from RGB is 102 - color contains mainly: blue. Hex color #031166 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031166 is #FCEE99. Grayscale: #161616. Windows color (decimal): -16576154 or 6689027. OLE color: 6689027.

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

Color convert

RGB 3 17 102 -
CMYK 0.97 0.83 0 0.6
HSL 231.52º 0.94% 0.21% -
HSV(B) 231.52º 0.97% 0.4% -
XYZ 2.64 1.38 12.7 -
YUV 22.5 172.86 114.09 -
System Red Green Blue C M Y K H S L
Decimal 3 17 102 0.97 0.83 0 0.6 231.52 0.94 0.21
Hex 3 11 66 61 53 0 3C E8 5E 15
Octal 3 21 146 141 123 0 74 350 136 25
Binary 11 10001 1100110 1100001 1010011 0 111100 11101000 1011110 10101

Color Harmonies of #031166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031166

Black with #031166

Text Example


Text Example

White with #031166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031166; }

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

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

background-color css

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

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

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

border-color css

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

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

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