#062355

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

Shades of Sapphire #062355

Tints of Sapphire #062355

Color information

#062355 (or 0x062355) is unknown color: approx Sapphire. HEX triplet: 06, 23 and 55. RGB value is (6,35,85). Sum of RGB (Red+Green+Blue) = 6+35+85=126 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.76% from 126); Green value is 35 (14.06% from 255 or 27.78% from 126); Blue value is 85 (33.59% from 255 or 67.46% from 126); Max value from RGB is 85 - color contains mainly: blue. Hex color #062355 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062355 is #F9DCAA. Grayscale: #1F1F1F. Windows color (decimal): -16374955 or 5579526. OLE color: 5579526.

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

Color convert

RGB63585-
CMYK0.930.5900.67
HSL217.97º86.81%17.84%-
HSV(B)217.97º92.94%33.33%-
XYZ2.321.98.84-
YUV32.03157.89109.43-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.76%
GREEN value IS 35 (14.06% from 255) = 27.78%
BLUE value IS 85 (33.59% from 255) = 67.46%
R=4.76%
G=27.78%
B=67.46%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal635850.930.5900.67217.9786.8117.84
Hex623555D3B043da5712
Octal64312513573010333212722
Binary110100011101010110111011110110100001111011010101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062355; }

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

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

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

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

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

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

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

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