Html Css Color HEX #062166 Sapphire

📋 copy color: '#062166'

red 6 ◦ green 33 ◦ blue 102

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

Shades of Sapphire #062166

Tints of Sapphire #062166

RGB

 RED value IS 6 (2.73% from 255) = 4.26%

 GREEN value IS 33 (13.28% from 255) = 23.4%

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

R = 4.26%
G = 23.4%
B = 72.34%

CMYK

 C value IS 0.94

 M value IS 0.68

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#062166 (or 0x062166) is known color: Sapphire. HEX triplet: 06, 21 and 66. RGB value is (6,33,102). Sum of RGB (Red+Green+Blue) = 6+33+102=141 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.26% from 141); Green value is 33 (13.28% from 255 or 23.40% from 141); Blue value is 102 (40.23% from 255 or 72.34% from 141); Max value from RGB is 102 - color contains mainly: blue. Hex color #062166 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062166 is #F9DE99. Grayscale: #202020. Windows color (decimal): -16375450 or 6693126. OLE color: 6693126.

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

Color convert

RGB 6 33 102 -
CMYK 0.94 0.68 0 0.6
HSL 223.13º 0.89% 0.21% -
HSV(B) 223.13º 0.94% 0.4% -
XYZ 3.02 2.09 12.81 -
YUV 32.79 167.05 108.89 -
System Red Green Blue C M Y K H S L
Decimal 6 33 102 0.94 0.68 0 0.6 223.13 0.89 0.21
Hex 6 21 66 5E 44 0 3C DF 59 15
Octal 6 41 146 136 104 0 74 337 131 25
Binary 110 100001 1100110 1011110 1000100 0 111100 11011111 1011001 10101

Color Harmonies of #062166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062166

Black with #062166

Text Example


Text Example

White with #062166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062166; }

 p { color: rgb(6,33,102); }

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

background-color css

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

 a { background-color: rgb(6,33,102); }

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

border-color css

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

 span { border-color: rgb(6,33,102); }

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