#062561

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

Shades of Sapphire #062561

Tints of Sapphire #062561

Color information

#062561 (or 0x062561) is unknown color: approx Sapphire. HEX triplet: 06, 25 and 61. RGB value is (6,37,97). Sum of RGB (Red+Green+Blue) = 6+37+97=140 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.29% from 140); Green value is 37 (14.84% from 255 or 26.43% from 140); Blue value is 97 (38.28% from 255 or 69.29% from 140); Max value from RGB is 97 - color contains mainly: blue. Hex color #062561 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062561 is #F9DA9E. Grayscale: #222222. Windows color (decimal): -16374431 or 6366470. OLE color: 6366470.

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

Color convert

RGB63797-
CMYK0.940.6200.62
HSL219.56º88.35%20.2%-
HSV(B)219.56º93.81%38.04%-
XYZ2.892.2211.59-
YUV34.57163.23107.62-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.29%
GREEN value IS 37 (14.84% from 255) = 26.43%
BLUE value IS 97 (38.28% from 255) = 69.29%
R=4.29%
G=26.43%
B=69.29%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal637970.940.6200.62219.5688.3520.2
Hex625615E3E03Edc5814
Octal6451411367607633413024
Binary11010010111000011011110111110011111011011100101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062561; }

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

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

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

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

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

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

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

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