#061A6E

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

Shades of Sapphire #061A6E

Tints of Sapphire #061A6E

Color information

#061A6E (or 0x061A6E) is unknown color: approx Sapphire. HEX triplet: 06, 1A and 6E. RGB value is (6,26,110). Sum of RGB (Red+Green+Blue) = 6+26+110=142 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.23% from 142); Green value is 26 (10.55% from 255 or 18.31% from 142); Blue value is 110 (43.36% from 255 or 77.46% from 142); Max value from RGB is 110 - color contains mainly: blue. Hex color #061A6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061A6E is #F9E591. Grayscale: #1D1D1D. Windows color (decimal): -16377234 or 7215622. OLE color: 7215622.

HSL color Cylindrical-coordinate representation of color #061A6E: hue angle of 228.46º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #061A6E is Cyan = 0.95, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB626110-
CMYK0.950.7600.57
HSL228.46º89.66%22.75%-
HSV(B)228.46º94.55%43.14%-
XYZ3.261.914.95-
YUV29.6173.37111.17-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.23%
GREEN value IS 26 (10.55% from 255) = 18.31%
BLUE value IS 110 (43.36% from 255) = 77.46%
R=4.23%
G=18.31%
B=77.46%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal6261100.950.7600.57228.4689.6622.75
Hex61A6E5F4C039e45a17
Octal63215613711407134413227
Binary11011010110111010111111001100011100111100100101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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