#061A6F

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

Shades of Sapphire #061A6F

Tints of Sapphire #061A6F

Color information

#061A6F (or 0x061A6F) is unknown color: approx Sapphire. HEX triplet: 06, 1A and 6F. RGB value is (6,26,111). Sum of RGB (Red+Green+Blue) = 6+26+111=143 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.20% from 143); Green value is 26 (10.55% from 255 or 18.18% from 143); Blue value is 111 (43.75% from 255 or 77.62% from 143); Max value from RGB is 111 - color contains mainly: blue. Hex color #061A6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061A6F is #F9E590. Grayscale: #1D1D1D. Windows color (decimal): -16377233 or 7281158. OLE color: 7281158.

HSL color Cylindrical-coordinate representation of color #061A6F: hue angle of 228.57º 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 #061A6F is Cyan = 0.95, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB626111-
CMYK0.950.7700.56
HSL228.57º89.74%22.94%-
HSV(B)228.57º94.59%43.53%-
XYZ3.311.9315.24-
YUV29.71173.87111.09-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.20%
GREEN value IS 26 (10.55% from 255) = 18.18%
BLUE value IS 111 (43.75% from 255) = 77.62%
R=4.20%
G=18.18%
B=77.62%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6261110.950.7700.56228.5789.7422.94
Hex61A6F5F4D038e55a17
Octal63215713711507034513227
Binary11011010110111110111111001101011100011100101101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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