#061A4F

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

Shades of Sapphire #061A4F

Tints of Sapphire #061A4F

Color information

#061A4F (or 0x061A4F) is unknown color: approx Sapphire. HEX triplet: 06, 1A and 4F. RGB value is (6,26,79). Sum of RGB (Red+Green+Blue) = 6+26+79=111 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.41% from 111); Green value is 26 (10.55% from 255 or 23.42% from 111); Blue value is 79 (31.25% from 255 or 71.17% from 111); Max value from RGB is 79 - color contains mainly: blue. Hex color #061A4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061A4F is #F9E5B0. Grayscale: #191919. Windows color (decimal): -16377265 or 5184006. OLE color: 5184006.

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

Color convert

RGB62679-
CMYK0.920.6700.69
HSL223.56º85.88%16.67%-
HSV(B)223.56º92.41%30.98%-
XYZ1.861.347.56-
YUV26.06157.87113.69-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.41%
GREEN value IS 26 (10.55% from 255) = 23.42%
BLUE value IS 79 (31.25% from 255) = 71.17%
R=5.41%
G=23.42%
B=71.17%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal626790.920.6700.69223.5685.8816.67
Hex61A4F5C43045e05611
Octal632117134103010534012621
Binary110110101001111101110010000110100010111100000101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,26,79); }

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

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

 a { background-color: rgb(6,26,79); }

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

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

 span { border-color: rgb(6,26,79); }

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