#062357

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

Shades of Sapphire #062357

Tints of Sapphire #062357

Color information

#062357 (or 0x062357) is unknown color: approx Sapphire. HEX triplet: 06, 23 and 57. RGB value is (6,35,87). Sum of RGB (Red+Green+Blue) = 6+35+87=128 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.69% from 128); Green value is 35 (14.06% from 255 or 27.34% from 128); Blue value is 87 (34.38% from 255 or 67.97% from 128); Max value from RGB is 87 - color contains mainly: blue. Hex color #062357 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062357 is #F9DCA8. Grayscale: #202020. Windows color (decimal): -16374953 or 5710598. OLE color: 5710598.

HSL color Cylindrical-coordinate representation of color #062357: hue angle of 218.52º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #062357 is Cyan = 0.93, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB63587-
CMYK0.930.6000.66
HSL218.52º87.1%18.24%-
HSV(B)218.52º93.1%34.12%-
XYZ2.41.939.26-
YUV32.26158.89109.27-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.69%
GREEN value IS 35 (14.06% from 255) = 27.34%
BLUE value IS 87 (34.38% from 255) = 67.97%
R=4.69%
G=27.34%
B=67.97%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal635870.930.6000.66218.5287.118.24
Hex623575D3C042db5712
Octal64312713574010233312722
Binary110100011101011110111011111000100001011011011101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062357; }

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

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

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

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

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

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

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

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