#062366

Color #062366 Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #062366

Tints of Sapphire #062366

Color information

#062366 (or 0x062366) is unknown color: approx Sapphire. HEX triplet: 06, 23 and 66. RGB value is (6,35,102). Sum of RGB (Red+Green+Blue) = 6+35+102=143 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.20% from 143); Green value is 35 (14.06% from 255 or 24.48% from 143); Blue value is 102 (40.23% from 255 or 71.33% from 143); Max value from RGB is 102 - color contains mainly: blue. Hex color #062366 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062366 is #F9DC99. Grayscale: #212121. Windows color (decimal): -16374938 or 6693638. OLE color: 6693638.

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

Color convert

RGB635102-
CMYK0.940.6600.6
HSL221.88º88.89%21.18%-
HSV(B)221.88º94.12%40%-
XYZ3.072.212.83-
YUV33.97166.39108.05-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.20%
GREEN value IS 35 (14.06% from 255) = 24.48%
BLUE value IS 102 (40.23% from 255) = 71.33%
R=4.20%
G=24.48%
B=71.33%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal6351020.940.6600.6221.8888.8921.18
Hex623665E4203Cde5915
Octal64314613610207433613125
Binary110100011110011010111101000010011110011011110101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062366; }

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

 H1.HeaderClassName
 {
   color: #062366;
 }
 .AnyTagClassName
 {
   color: #062366;
 }
</style>
background-color css

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

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

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

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

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

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