Html Css Color HEX #031066 Sapphire

📋 copy color: '#031066'

red 3 ◦ green 16 ◦ blue 102

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

Shades of Sapphire #031066

Tints of Sapphire #031066

RGB

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

 GREEN value IS 16 (6.64% from 255) = 13.22%

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

R = 2.48%
G = 13.22%
B = 84.3%

CMYK

 C value IS 0.97

 M value IS 0.84

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#031066 (or 0x031066) is known color: Sapphire. HEX triplet: 03, 10 and 66. RGB value is (3,16,102). Sum of RGB (Red+Green+Blue) = 3+16+102=121 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.48% from 121); Green value is 16 (6.64% from 255 or 13.22% from 121); Blue value is 102 (40.23% from 255 or 84.30% from 121); Max value from RGB is 102 - color contains mainly: blue. Hex color #031066 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031066 is #FCEF99. Grayscale: #151515. Windows color (decimal): -16576410 or 6688771. OLE color: 6688771.

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

Color convert

RGB 3 16 102 -
CMYK 0.97 0.84 0 0.6
HSL 232.12º 0.94% 0.21% -
HSV(B) 232.12º 0.97% 0.4% -
XYZ 2.62 1.35 12.69 -
YUV 21.92 173.19 114.51 -
System Red Green Blue C M Y K H S L
Decimal 3 16 102 0.97 0.84 0 0.6 232.12 0.94 0.21
Hex 3 10 66 61 54 0 3C E8 5E 15
Octal 3 20 146 141 124 0 74 350 136 25
Binary 11 10000 1100110 1100001 1010100 0 111100 11101000 1011110 10101

Color Harmonies of #031066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031066

Black with #031066

Text Example


Text Example

White with #031066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031066; }

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

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

background-color css

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

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

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

border-color css

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

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

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