#061E7C

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

Shades of Sapphire #061E7C

Tints of Sapphire #061E7C

Color information

#061E7C (or 0x061E7C) is unknown color: approx Sapphire. HEX triplet: 06, 1E and 7C. RGB value is (6,30,124). Sum of RGB (Red+Green+Blue) = 6+30+124=160 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.75% from 160); Green value is 30 (12.11% from 255 or 18.75% from 160); Blue value is 124 (48.83% from 255 or 77.5% from 160); Max value from RGB is 124 - color contains mainly: blue. Hex color #061E7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061E7C is #F9E183. Grayscale: #212121. Windows color (decimal): -16376196 or 8134150. OLE color: 8134150.

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

Color convert

RGB630124-
CMYK0.950.7600.51
HSL227.8º90.77%25.49%-
HSV(B)227.8º95.16%48.63%-
XYZ4.182.4219.32-
YUV33.54179.05108.36-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.75%
GREEN value IS 30 (12.11% from 255) = 18.75%
BLUE value IS 124 (48.83% from 255) = 77.5%
R=3.75%
G=18.75%
B=77.5%

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
Decimal6301240.950.7600.51227.890.7725.49
Hex61E7C5F4C033e45b19
Octal63617413711406334413331
Binary11011110111110010111111001100011001111100100101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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