#061B53

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

Shades of Sapphire #061B53

Tints of Sapphire #061B53

Color information

#061B53 (or 0x061B53) is unknown color: approx Sapphire. HEX triplet: 06, 1B and 53. RGB value is (6,27,83). Sum of RGB (Red+Green+Blue) = 6+27+83=116 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.17% from 116); Green value is 27 (10.94% from 255 or 23.28% from 116); Blue value is 83 (32.81% from 255 or 71.55% from 116); Max value from RGB is 83 - color contains mainly: blue. Hex color #061B53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061B53 is #F9E4AC. Grayscale: #1A1A1A. Windows color (decimal): -16377005 or 5446406. OLE color: 5446406.

HSL color Cylindrical-coordinate representation of color #061B53: hue angle of 223.64º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #061B53 is Cyan = 0.93, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB62783-
CMYK0.930.6700.67
HSL223.64º86.52%17.45%-
HSV(B)223.64º92.77%32.55%-
XYZ2.031.458.36-
YUV27.1159.54112.95-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.17%
GREEN value IS 27 (10.94% from 255) = 23.28%
BLUE value IS 83 (32.81% from 255) = 71.55%
R=5.17%
G=23.28%
B=71.55%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal627830.930.6700.67223.6486.5217.45
Hex61B535D43043e05711
Octal633123135103010334012721
Binary110110111010011101110110000110100001111100000101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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