#061C80

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

Shades of Sapphire #061C80

Tints of Sapphire #061C80

Color information

#061C80 (or 0x061C80) is unknown color: approx Sapphire. HEX triplet: 06, 1C and 80. RGB value is (6,28,128). Sum of RGB (Red+Green+Blue) = 6+28+128=162 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.70% from 162); Green value is 28 (11.33% from 255 or 17.28% from 162); Blue value is 128 (50.39% from 255 or 79.01% from 162); Max value from RGB is 128 - color contains mainly: blue. Hex color #061C80 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #061C80 is #F9E37F. Grayscale: #202020. Windows color (decimal): -16376704 or 8395782. OLE color: 8395782.

HSL color Cylindrical-coordinate representation of color #061C80: hue angle of 229.18º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #061C80 is Cyan = 0.95, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB628128-
CMYK0.950.7800.50
HSL229.18º91.04%26.27%-
HSV(B)229.18º95.31%50.2%-
XYZ4.392.4320.66-
YUV32.82181.71108.87-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.70%
GREEN value IS 28 (11.33% from 255) = 17.28%
BLUE value IS 128 (50.39% from 255) = 79.01%
R=3.70%
G=17.28%
B=79.01%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal6281280.950.7800.50229.1891.0426.27
Hex61C805F4E032e55b1a
Octal63420013711606234513332
Binary110111001000000010111111001110011001011100101101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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