#062B72

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

Shades of Sapphire #062B72

Tints of Sapphire #062B72

Color information

#062B72 (or 0x062B72) is unknown color: approx Sapphire. HEX triplet: 06, 2B and 72. RGB value is (6,43,114). Sum of RGB (Red+Green+Blue) = 6+43+114=163 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.68% from 163); Green value is 43 (17.19% from 255 or 26.38% from 163); Blue value is 114 (44.92% from 255 or 69.94% from 163); Max value from RGB is 114 - color contains mainly: blue. Hex color #062B72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062B72 is #F9D48D. Grayscale: #272727. Windows color (decimal): -16372878 or 7482118. OLE color: 7482118.

HSL color Cylindrical-coordinate representation of color #062B72: hue angle of 219.44º 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 #062B72 is Cyan = 0.95, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB643114-
CMYK0.950.6200.55
HSL219.44º90%23.53%-
HSV(B)219.44º94.74%44.71%-
XYZ3.982.9816.29-
YUV40.03169.74103.73-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.68%
GREEN value IS 43 (17.19% from 255) = 26.38%
BLUE value IS 114 (44.92% from 255) = 69.94%
R=3.68%
G=26.38%
B=69.94%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6431140.950.6200.55219.449023.53
Hex62B725F3E037db5a18
Octal6531621377606733313230
Binary11010101111100101011111111110011011111011011101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062B72; }

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

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

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

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

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

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

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

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