#062072

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

Shades of Sapphire #062072

Tints of Sapphire #062072

Color information

#062072 (or 0x062072) is unknown color: approx Sapphire. HEX triplet: 06, 20 and 72. RGB value is (6,32,114). Sum of RGB (Red+Green+Blue) = 6+32+114=152 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.95% from 152); Green value is 32 (12.89% from 255 or 21.05% from 152); Blue value is 114 (44.92% from 255 or 75% from 152); Max value from RGB is 114 - color contains mainly: blue. Hex color #062072 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062072 is #F9DF8D. Grayscale: #212121. Windows color (decimal): -16375694 or 7479302. OLE color: 7479302.

HSL color Cylindrical-coordinate representation of color #062072: hue angle of 225.56º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #062072 is Cyan = 0.95, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB632114-
CMYK0.950.7200.55
HSL225.56º90%23.53%-
HSV(B)225.56º94.74%44.71%-
XYZ3.632.2916.17-
YUV33.57173.39108.33-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.95%
GREEN value IS 32 (12.89% from 255) = 21.05%
BLUE value IS 114 (44.92% from 255) = 75%
R=3.95%
G=21.05%
B=75%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6321140.950.7200.55225.569023.53
Hex620725F48037e25a18
Octal64016213711006734213230
Binary110100000111001010111111001000011011111100010101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062072; }

 p { color: rgb(6,32,114); }

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

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

 a { background-color: rgb(6,32,114); }

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

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

 span { border-color: rgb(6,32,114); }

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