#061C5E

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

Shades of Sapphire #061C5E

Tints of Sapphire #061C5E

Color information

#061C5E (or 0x061C5E) is unknown color: approx Sapphire. HEX triplet: 06, 1C and 5E. RGB value is (6,28,94). Sum of RGB (Red+Green+Blue) = 6+28+94=128 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.69% from 128); Green value is 28 (11.33% from 255 or 21.88% from 128); Blue value is 94 (37.11% from 255 or 73.44% from 128); Max value from RGB is 94 - color contains mainly: blue. Hex color #061C5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061C5E is #F9E3A1. Grayscale: #1C1C1C. Windows color (decimal): -16376738 or 6167558. OLE color: 6167558.

HSL color Cylindrical-coordinate representation of color #061C5E: hue angle of 225º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #061C5E is Cyan = 0.94, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB62894-
CMYK0.940.7000.63
HSL225º88%19.61%-
HSV(B)225º93.62%36.86%-
XYZ2.511.6810.78-
YUV28.95164.71111.63-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.69%
GREEN value IS 28 (11.33% from 255) = 21.88%
BLUE value IS 94 (37.11% from 255) = 73.44%
R=4.69%
G=21.88%
B=73.44%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal628940.940.7000.632258819.61
Hex61C5E5E4603Fe15814
Octal63413613610607734113024
Binary11011100101111010111101000110011111111100001101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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