#061B6B

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

Shades of Sapphire #061B6B

Tints of Sapphire #061B6B

Color information

#061B6B (or 0x061B6B) is unknown color: approx Sapphire. HEX triplet: 06, 1B and 6B. RGB value is (6,27,107). Sum of RGB (Red+Green+Blue) = 6+27+107=140 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.29% from 140); Green value is 27 (10.94% from 255 or 19.29% from 140); Blue value is 107 (42.19% from 255 or 76.43% from 140); Max value from RGB is 107 - color contains mainly: blue. Hex color #061B6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061B6B is #F9E494. Grayscale: #1D1D1D. Windows color (decimal): -16376981 or 7019270. OLE color: 7019270.

HSL color Cylindrical-coordinate representation of color #061B6B: hue angle of 227.52º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #061B6B is Cyan = 0.94, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB627107-
CMYK0.940.7500.58
HSL227.52º89.38%22.16%-
HSV(B)227.52º94.39%41.96%-
XYZ3.121.8814.11-
YUV29.84171.54111-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.29%
GREEN value IS 27 (10.94% from 255) = 19.29%
BLUE value IS 107 (42.19% from 255) = 76.43%
R=4.29%
G=19.29%
B=76.43%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal6271070.940.7500.58227.5289.3822.16
Hex61B6B5E4B03Ae45916
Octal63315313611307234413126
Binary11011011110101110111101001011011101011100100101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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