#061E5B

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

Shades of Sapphire #061E5B

Tints of Sapphire #061E5B

Color information

#061E5B (or 0x061E5B) is unknown color: approx Sapphire. HEX triplet: 06, 1E and 5B. RGB value is (6,30,91). Sum of RGB (Red+Green+Blue) = 6+30+91=127 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.72% from 127); Green value is 30 (12.11% from 255 or 23.62% from 127); Blue value is 91 (35.94% from 255 or 71.65% from 127); Max value from RGB is 91 - color contains mainly: blue. Hex color #061E5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061E5B is #F9E1A4. Grayscale: #1D1D1D. Windows color (decimal): -16376229 or 5971462. OLE color: 5971462.

HSL color Cylindrical-coordinate representation of color #061E5B: hue angle of 223.06º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #061E5B is Cyan = 0.93, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB63091-
CMYK0.930.6700.64
HSL223.06º87.63%19.02%-
HSV(B)223.06º93.41%35.69%-
XYZ2.431.7210.1-
YUV29.78162.55111.04-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.72%
GREEN value IS 30 (12.11% from 255) = 23.62%
BLUE value IS 91 (35.94% from 255) = 71.65%
R=4.72%
G=23.62%
B=71.65%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal630910.930.6700.64223.0687.6319.02
Hex61E5B5D43040df5813
Octal636133135103010033713023
Binary110111101011011101110110000110100000011011111101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,30,91); }

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

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

 a { background-color: rgb(6,30,91); }

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

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

 span { border-color: rgb(6,30,91); }

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