#061C55

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

Shades of Sapphire #061C55

Tints of Sapphire #061C55

Color information

#061C55 (or 0x061C55) is unknown color: approx Sapphire. HEX triplet: 06, 1C and 55. RGB value is (6,28,85). Sum of RGB (Red+Green+Blue) = 6+28+85=119 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.04% from 119); Green value is 28 (11.33% from 255 or 23.53% from 119); Blue value is 85 (33.59% from 255 or 71.43% from 119); Max value from RGB is 85 - color contains mainly: blue. Hex color #061C55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061C55 is #F9E3AA. Grayscale: #1B1B1B. Windows color (decimal): -16376747 or 5577734. OLE color: 5577734.

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

Color convert

RGB62885-
CMYK0.930.6700.67
HSL223.29º86.81%17.84%-
HSV(B)223.29º92.94%33.33%-
XYZ2.131.538.78-
YUV27.92160.21112.37-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.04%
GREEN value IS 28 (11.33% from 255) = 23.53%
BLUE value IS 85 (33.59% from 255) = 71.43%
R=5.04%
G=23.53%
B=71.43%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal628850.930.6700.67223.2986.8117.84
Hex61C555D43043df5712
Octal634125135103010333712722
Binary110111001010101101110110000110100001111011111101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061C55; }

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

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

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

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

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

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

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

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