#062461

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

Shades of Sapphire #062461

Tints of Sapphire #062461

Color information

#062461 (or 0x062461) is unknown color: approx Sapphire. HEX triplet: 06, 24 and 61. RGB value is (6,36,97). Sum of RGB (Red+Green+Blue) = 6+36+97=139 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.32% from 139); Green value is 36 (14.45% from 255 or 25.90% from 139); Blue value is 97 (38.28% from 255 or 69.78% from 139); Max value from RGB is 97 - color contains mainly: blue. Hex color #062461 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062461 is #F9DB9E. Grayscale: #212121. Windows color (decimal): -16374687 or 6366214. OLE color: 6366214.

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

Color convert

RGB63697-
CMYK0.940.6300.62
HSL220.22º88.35%20.2%-
HSV(B)220.22º93.81%38.04%-
XYZ2.862.1611.58-
YUV33.98163.56108.04-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.32%
GREEN value IS 36 (14.45% from 255) = 25.90%
BLUE value IS 97 (38.28% from 255) = 69.78%
R=4.32%
G=25.90%
B=69.78%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal636970.940.6300.62220.2288.3520.2
Hex624615E3F03Edc5814
Octal6441411367707633413024
Binary11010010011000011011110111111011111011011100101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062461; }

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

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

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

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

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

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

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

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