#061E7D

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

Shades of Sapphire #061E7D

Tints of Sapphire #061E7D

Color information

#061E7D (or 0x061E7D) is unknown color: approx Sapphire. HEX triplet: 06, 1E and 7D. RGB value is (6,30,125). Sum of RGB (Red+Green+Blue) = 6+30+125=161 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.73% from 161); Green value is 30 (12.11% from 255 or 18.63% from 161); Blue value is 125 (49.22% from 255 or 77.64% from 161); Max value from RGB is 125 - color contains mainly: blue. Hex color #061E7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061E7D is #F9E182. Grayscale: #212121. Windows color (decimal): -16376195 or 8199686. OLE color: 8199686.

HSL color Cylindrical-coordinate representation of color #061E7D: hue angle of 227.9º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #061E7D is Cyan = 0.95, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB630125-
CMYK0.950.7600.51
HSL227.9º90.84%25.69%-
HSV(B)227.9º95.2%49.02%-
XYZ4.242.4519.65-
YUV33.65179.55108.28-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.73%
GREEN value IS 30 (12.11% from 255) = 18.63%
BLUE value IS 125 (49.22% from 255) = 77.64%
R=3.73%
G=18.63%
B=77.64%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal6301250.950.7600.51227.990.8425.69
Hex61E7D5F4C033e45b1a
Octal63617513711406334413332
Binary11011110111110110111111001100011001111100100101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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