#061B6F

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

Shades of Sapphire #061B6F

Tints of Sapphire #061B6F

Color information

#061B6F (or 0x061B6F) is unknown color: approx Sapphire. HEX triplet: 06, 1B and 6F. RGB value is (6,27,111). Sum of RGB (Red+Green+Blue) = 6+27+111=144 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.17% from 144); Green value is 27 (10.94% from 255 or 18.75% from 144); Blue value is 111 (43.75% from 255 or 77.08% from 144); Max value from RGB is 111 - color contains mainly: blue. Hex color #061B6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061B6F is #F9E490. Grayscale: #1D1D1D. Windows color (decimal): -16376977 or 7281414. OLE color: 7281414.

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

Color convert

RGB627111-
CMYK0.950.7600.56
HSL228º89.74%22.94%-
HSV(B)228º94.59%43.53%-
XYZ3.341.9715.24-
YUV30.3173.54110.67-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.17%
GREEN value IS 27 (10.94% from 255) = 18.75%
BLUE value IS 111 (43.75% from 255) = 77.08%
R=4.17%
G=18.75%
B=77.08%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6271110.950.7600.5622889.7422.94
Hex61B6F5F4C038e45a17
Octal63315713711407034413227
Binary11011011110111110111111001100011100011100100101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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