#062360

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

Shades of Sapphire #062360

Tints of Sapphire #062360

Color information

#062360 (or 0x062360) is unknown color: approx Sapphire. HEX triplet: 06, 23 and 60. RGB value is (6,35,96). Sum of RGB (Red+Green+Blue) = 6+35+96=137 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.38% from 137); Green value is 35 (14.06% from 255 or 25.55% from 137); Blue value is 96 (37.89% from 255 or 70.07% from 137); Max value from RGB is 96 - color contains mainly: blue. Hex color #062360 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062360 is #F9DC9F. Grayscale: #212121. Windows color (decimal): -16374944 or 6300422. OLE color: 6300422.

HSL color Cylindrical-coordinate representation of color #062360: hue angle of 220.67º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #062360 is Cyan = 0.94, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB63596-
CMYK0.940.6400.62
HSL220.67º88.24%20%-
HSV(B)220.67º93.75%37.65%-
XYZ2.792.0911.32-
YUV33.28163.39108.54-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.38%
GREEN value IS 35 (14.06% from 255) = 25.55%
BLUE value IS 96 (37.89% from 255) = 70.07%
R=4.38%
G=25.55%
B=70.07%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal635960.940.6400.62220.6788.2420
Hex623605E4003Edd5814
Octal64314013610007633513024
Binary110100011110000010111101000000011111011011101101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062360; }

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

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

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

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

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

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

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

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