#061855

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

Shades of Sapphire #061855

Tints of Sapphire #061855

Color information

#061855 (or 0x061855) is unknown color: approx Sapphire. HEX triplet: 06, 18 and 55. RGB value is (6,24,85). Sum of RGB (Red+Green+Blue) = 6+24+85=115 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.22% from 115); Green value is 24 (9.77% from 255 or 20.87% from 115); Blue value is 85 (33.59% from 255 or 73.91% from 115); Max value from RGB is 85 - color contains mainly: blue. Hex color #061855 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061855 is #F9E7AA. Grayscale: #191919. Windows color (decimal): -16377771 or 5576710. OLE color: 5576710.

HSL color Cylindrical-coordinate representation of color #061855: hue angle of 226.33º 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 #061855 is Cyan = 0.93, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB62485-
CMYK0.930.7200.67
HSL226.33º86.81%17.84%-
HSV(B)226.33º92.94%33.33%-
XYZ2.041.358.75-
YUV25.57161.54114.04-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.22%
GREEN value IS 24 (9.77% from 255) = 20.87%
BLUE value IS 85 (33.59% from 255) = 73.91%
R=5.22%
G=20.87%
B=73.91%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal624850.930.7200.67226.3386.8117.84
Hex618555D48043e25712
Octal630125135110010334212722
Binary110110001010101101110110010000100001111100010101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061855; }

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

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

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

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

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

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

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

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