#061B4A

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

Shades of Sapphire #061B4A

Tints of Sapphire #061B4A

Color information

#061B4A (or 0x061B4A) is unknown color: approx Sapphire. HEX triplet: 06, 1B and 4A. RGB value is (6,27,74). Sum of RGB (Red+Green+Blue) = 6+27+74=107 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.61% from 107); Green value is 27 (10.94% from 255 or 25.23% from 107); Blue value is 74 (29.30% from 255 or 69.16% from 107); Max value from RGB is 74 - color contains mainly: blue. Hex color #061B4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061B4A is #F9E4B5. Grayscale: #191919. Windows color (decimal): -16377014 or 4856582. OLE color: 4856582.

HSL color Cylindrical-coordinate representation of color #061B4A: hue angle of 221.47º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #061B4A is Cyan = 0.92, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB62774-
CMYK0.920.6400.71
HSL221.47º85%15.69%-
HSV(B)221.47º91.89%29.02%-
XYZ1.71.326.64-
YUV26.08155.04113.68-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.61%
GREEN value IS 27 (10.94% from 255) = 25.23%
BLUE value IS 74 (29.30% from 255) = 69.16%
R=5.61%
G=25.23%
B=69.16%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal627740.920.6400.71221.478515.69
Hex61B4A5C40047dd5510
Octal633112134100010733512520
Binary110110111001010101110010000000100011111011101101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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