#062377

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

Shades of Sapphire #062377

Tints of Sapphire #062377

Color information

#062377 (or 0x062377) is unknown color: approx Sapphire. HEX triplet: 06, 23 and 77. RGB value is (6,35,119). Sum of RGB (Red+Green+Blue) = 6+35+119=160 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.75% from 160); Green value is 35 (14.06% from 255 or 21.88% from 160); Blue value is 119 (46.88% from 255 or 74.38% from 160); Max value from RGB is 119 - color contains mainly: blue. Hex color #062377 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062377 is #F9DC88. Grayscale: #232323. Windows color (decimal): -16374921 or 7807750. OLE color: 7807750.

HSL color Cylindrical-coordinate representation of color #062377: hue angle of 224.6º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #062377 is Cyan = 0.95, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB635119-
CMYK0.950.7100.53
HSL224.6º90.4%24.51%-
HSV(B)224.6º94.96%46.67%-
XYZ4.012.5717.74-
YUV35.9174.89106.67-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.75%
GREEN value IS 35 (14.06% from 255) = 21.88%
BLUE value IS 119 (46.88% from 255) = 74.38%
R=3.75%
G=21.88%
B=74.38%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6351190.950.7100.53224.690.424.51
Hex623775F47035e15a19
Octal64316713710706534113231
Binary110100011111011110111111000111011010111100001101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062377; }

 p { color: rgb(6,35,119); }

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

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

 a { background-color: rgb(6,35,119); }

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

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

 span { border-color: rgb(6,35,119); }

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