#062467

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

Shades of Sapphire #062467

Tints of Sapphire #062467

Color information

#062467 (or 0x062467) is unknown color: approx Sapphire. HEX triplet: 06, 24 and 67. RGB value is (6,36,103). Sum of RGB (Red+Green+Blue) = 6+36+103=145 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.14% from 145); Green value is 36 (14.45% from 255 or 24.83% from 145); Blue value is 103 (40.62% from 255 or 71.03% from 145); Max value from RGB is 103 - color contains mainly: blue. Hex color #062467 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062467 is #F9DB98. Grayscale: #222222. Windows color (decimal): -16374681 or 6759430. OLE color: 6759430.

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

Color convert

RGB636103-
CMYK0.940.6500.60
HSL221.44º88.99%21.37%-
HSV(B)221.44º94.17%40.39%-
XYZ3.152.2813.11-
YUV34.67166.56107.55-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.14%
GREEN value IS 36 (14.45% from 255) = 24.83%
BLUE value IS 103 (40.62% from 255) = 71.03%
R=4.14%
G=24.83%
B=71.03%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal6361030.940.6500.60221.4488.9921.37
Hex624675E4103Cdd5915
Octal64414713610107433513125
Binary110100100110011110111101000001011110011011101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062467; }

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

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

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

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

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

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

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

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