#061C5C

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

Shades of Sapphire #061C5C

Tints of Sapphire #061C5C

Color information

#061C5C (or 0x061C5C) is unknown color: approx Sapphire. HEX triplet: 06, 1C and 5C. RGB value is (6,28,92). Sum of RGB (Red+Green+Blue) = 6+28+92=126 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.76% from 126); Green value is 28 (11.33% from 255 or 22.22% from 126); Blue value is 92 (36.33% from 255 or 73.02% from 126); Max value from RGB is 92 - color contains mainly: blue. Hex color #061C5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061C5C is #F9E3A3. Grayscale: #1C1C1C. Windows color (decimal): -16376740 or 6036486. OLE color: 6036486.

HSL color Cylindrical-coordinate representation of color #061C5C: hue angle of 224.65º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #061C5C is Cyan = 0.93, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB62892-
CMYK0.930.7000.64
HSL224.65º87.76%19.22%-
HSV(B)224.65º93.48%36.08%-
XYZ2.421.6410.31-
YUV28.72163.71111.8-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.76%
GREEN value IS 28 (11.33% from 255) = 22.22%
BLUE value IS 92 (36.33% from 255) = 73.02%
R=4.76%
G=22.22%
B=73.02%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal628920.930.7000.64224.6587.7619.22
Hex61C5C5D46040e15813
Octal634134135106010034113023
Binary110111001011100101110110001100100000011100001101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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