#061C71

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

Shades of Sapphire #061C71

Tints of Sapphire #061C71

Color information

#061C71 (or 0x061C71) is unknown color: approx Sapphire. HEX triplet: 06, 1C and 71. RGB value is (6,28,113). Sum of RGB (Red+Green+Blue) = 6+28+113=147 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.08% from 147); Green value is 28 (11.33% from 255 or 19.05% from 147); Blue value is 113 (44.53% from 255 or 76.87% from 147); Max value from RGB is 113 - color contains mainly: blue. Hex color #061C71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061C71 is #F9E38E. Grayscale: #1E1E1E. Windows color (decimal): -16376719 or 7412742. OLE color: 7412742.

HSL color Cylindrical-coordinate representation of color #061C71: hue angle of 227.66º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #061C71 is Cyan = 0.95, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB628113-
CMYK0.950.7500.56
HSL227.66º89.92%23.33%-
HSV(B)227.66º94.69%44.31%-
XYZ3.472.0615.84-
YUV31.11174.21110.09-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.08%
GREEN value IS 28 (11.33% from 255) = 19.05%
BLUE value IS 113 (44.53% from 255) = 76.87%
R=4.08%
G=19.05%
B=76.87%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6281130.950.7500.56227.6689.9223.33
Hex61C715F4B038e45a17
Octal63416113711307034413227
Binary11011100111000110111111001011011100011100100101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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