#062369

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

Shades of Sapphire #062369

Tints of Sapphire #062369

Color information

#062369 (or 0x062369) is unknown color: approx Sapphire. HEX triplet: 06, 23 and 69. RGB value is (6,35,105). Sum of RGB (Red+Green+Blue) = 6+35+105=146 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.11% from 146); Green value is 35 (14.06% from 255 or 23.97% from 146); Blue value is 105 (41.41% from 255 or 71.92% from 146); Max value from RGB is 105 - color contains mainly: blue. Hex color #062369 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062369 is #F9DC96. Grayscale: #222222. Windows color (decimal): -16374935 or 6890246. OLE color: 6890246.

HSL color Cylindrical-coordinate representation of color #062369: hue angle of 222.42º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #062369 is Cyan = 0.94, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB635105-
CMYK0.940.6700.59
HSL222.42º89.19%21.76%-
HSV(B)222.42º94.29%41.18%-
XYZ3.232.2613.63-
YUV34.31167.89107.81-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.11%
GREEN value IS 35 (14.06% from 255) = 23.97%
BLUE value IS 105 (41.41% from 255) = 71.92%
R=4.11%
G=23.97%
B=71.92%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6351050.940.6700.59222.4289.1921.76
Hex623695E4303Bde5916
Octal64315113610307333613126
Binary110100011110100110111101000011011101111011110101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062369; }

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

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

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

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

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

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

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

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