#061B48

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

Shades of Sapphire #061B48

Tints of Sapphire #061B48

Color information

#061B48 (or 0x061B48) is unknown color: approx Sapphire. HEX triplet: 06, 1B and 48. RGB value is (6,27,72). Sum of RGB (Red+Green+Blue) = 6+27+72=105 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.71% from 105); Green value is 27 (10.94% from 255 or 25.71% from 105); Blue value is 72 (28.52% from 255 or 68.57% from 105); Max value from RGB is 72 - color contains mainly: blue. Hex color #061B48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061B48 is #F9E4B7. Grayscale: #191919. Windows color (decimal): -16377016 or 4725510. OLE color: 4725510.

HSL color Cylindrical-coordinate representation of color #061B48: hue angle of 220.91º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #061B48 is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB62772-
CMYK0.920.6200.72
HSL220.91º84.62%15.29%-
HSV(B)220.91º91.67%28.24%-
XYZ1.641.296.29-
YUV25.85154.04113.84-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.71%
GREEN value IS 27 (10.94% from 255) = 25.71%
BLUE value IS 72 (28.52% from 255) = 68.57%
R=5.71%
G=25.71%
B=68.57%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal627720.920.6200.72220.9184.6215.29
Hex61B485C3E048dd55f
Octal63311013476011033512517
Binary1101101110010001011100111110010010001101110110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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