#061C50

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

Shades of Sapphire #061C50

Tints of Sapphire #061C50

Color information

#061C50 (or 0x061C50) is unknown color: approx Sapphire. HEX triplet: 06, 1C and 50. RGB value is (6,28,80). Sum of RGB (Red+Green+Blue) = 6+28+80=114 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.26% from 114); Green value is 28 (11.33% from 255 or 24.56% from 114); Blue value is 80 (31.64% from 255 or 70.18% from 114); Max value from RGB is 80 - color contains mainly: blue. Hex color #061C50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061C50 is #F9E3AF. Grayscale: #1B1B1B. Windows color (decimal): -16376752 or 5250054. OLE color: 5250054.

HSL color Cylindrical-coordinate representation of color #061C50: hue angle of 222.16º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #061C50 is Cyan = 0.92, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB62880-
CMYK0.920.6500.69
HSL222.16º86.05%16.86%-
HSV(B)222.16º92.5%31.37%-
XYZ1.941.457.77-
YUV27.35157.71112.77-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.26%
GREEN value IS 28 (11.33% from 255) = 24.56%
BLUE value IS 80 (31.64% from 255) = 70.18%
R=5.26%
G=24.56%
B=70.18%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal628800.920.6500.69222.1686.0516.86
Hex61C505C41045de5611
Octal634120134101010533612621
Binary110111001010000101110010000010100010111011110101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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