#061D7C

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

Shades of Sapphire #061D7C

Tints of Sapphire #061D7C

Color information

#061D7C (or 0x061D7C) is unknown color: approx Sapphire. HEX triplet: 06, 1D and 7C. RGB value is (6,29,124). Sum of RGB (Red+Green+Blue) = 6+29+124=159 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.77% from 159); Green value is 29 (11.72% from 255 or 18.24% from 159); Blue value is 124 (48.83% from 255 or 77.99% from 159); Max value from RGB is 124 - color contains mainly: blue. Hex color #061D7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061D7C is #F9E283. Grayscale: #202020. Windows color (decimal): -16376452 or 8133894. OLE color: 8133894.

HSL color Cylindrical-coordinate representation of color #061D7C: hue angle of 228.31º 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 #061D7C is Cyan = 0.95, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB629124-
CMYK0.950.7700.51
HSL228.31º90.77%25.49%-
HSV(B)228.31º95.16%48.63%-
XYZ4.152.3719.31-
YUV32.95179.38108.78-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.77%
GREEN value IS 29 (11.72% from 255) = 18.24%
BLUE value IS 124 (48.83% from 255) = 77.99%
R=3.77%
G=18.24%
B=77.99%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal6291240.950.7700.51228.3190.7725.49
Hex61D7C5F4D033e45b19
Octal63517413711506334413331
Binary11011101111110010111111001101011001111100100101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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