#062165

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

Shades of Sapphire #062165

Tints of Sapphire #062165

Color information

#062165 (or 0x062165) is unknown color: approx Sapphire. HEX triplet: 06, 21 and 65. RGB value is (6,33,101). Sum of RGB (Red+Green+Blue) = 6+33+101=140 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.29% from 140); Green value is 33 (13.28% from 255 or 23.57% from 140); Blue value is 101 (39.84% from 255 or 72.14% from 140); Max value from RGB is 101 - color contains mainly: blue. Hex color #062165 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062165 is #F9DE9A. Grayscale: #202020. Windows color (decimal): -16375451 or 6627590. OLE color: 6627590.

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

Color convert

RGB633101-
CMYK0.940.6700.60
HSL222.95º88.79%20.98%-
HSV(B)222.95º94.06%39.61%-
XYZ2.972.0712.55-
YUV32.68166.55108.97-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.29%
GREEN value IS 33 (13.28% from 255) = 23.57%
BLUE value IS 101 (39.84% from 255) = 72.14%
R=4.29%
G=23.57%
B=72.14%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal6331010.940.6700.60222.9588.7920.98
Hex621655E4303Cdf5915
Octal64114513610307433713125
Binary110100001110010110111101000011011110011011111101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062165; }

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

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

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

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

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

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

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

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