#062465

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

Shades of Sapphire #062465

Tints of Sapphire #062465

Color information

#062465 (or 0x062465) is unknown color: approx Sapphire. HEX triplet: 06, 24 and 65. RGB value is (6,36,101). Sum of RGB (Red+Green+Blue) = 6+36+101=143 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.20% from 143); Green value is 36 (14.45% from 255 or 25.17% from 143); Blue value is 101 (39.84% from 255 or 70.63% from 143); Max value from RGB is 101 - color contains mainly: blue. Hex color #062465 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062465 is #F9DB9A. Grayscale: #222222. Windows color (decimal): -16374683 or 6628358. OLE color: 6628358.

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

Color convert

RGB636101-
CMYK0.940.6400.60
HSL221.05º88.79%20.98%-
HSV(B)221.05º94.06%39.61%-
XYZ3.052.2412.58-
YUV34.44165.56107.71-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.20%
GREEN value IS 36 (14.45% from 255) = 25.17%
BLUE value IS 101 (39.84% from 255) = 70.63%
R=4.20%
G=25.17%
B=70.63%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal6361010.940.6400.60221.0588.7920.98
Hex624655E4003Cdd5915
Octal64414513610007433513125
Binary110100100110010110111101000000011110011011101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062465; }

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

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

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

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

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

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

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

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