#062869

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

Shades of Sapphire #062869

Tints of Sapphire #062869

Color information

#062869 (or 0x062869) is unknown color: approx Sapphire. HEX triplet: 06, 28 and 69. RGB value is (6,40,105). Sum of RGB (Red+Green+Blue) = 6+40+105=151 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.97% from 151); Green value is 40 (16.02% from 255 or 26.49% from 151); Blue value is 105 (41.41% from 255 or 69.54% from 151); Max value from RGB is 105 - color contains mainly: blue. Hex color #062869 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062869 is #F9D796. Grayscale: #242424. Windows color (decimal): -16373655 or 6891526. OLE color: 6891526.

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

Color convert

RGB640105-
CMYK0.940.6200.59
HSL219.39º89.19%21.76%-
HSV(B)219.39º94.29%41.18%-
XYZ3.382.5813.68-
YUV37.24166.24105.71-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.97%
GREEN value IS 40 (16.02% from 255) = 26.49%
BLUE value IS 105 (41.41% from 255) = 69.54%
R=3.97%
G=26.49%
B=69.54%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6401050.940.6200.59219.3989.1921.76
Hex628695E3E03Bdb5916
Octal6501511367607333313126
Binary11010100011010011011110111110011101111011011101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062869; }

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

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

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

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

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

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

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

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