#061D4C

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

Shades of Sapphire #061D4C

Tints of Sapphire #061D4C

Color information

#061D4C (or 0x061D4C) is unknown color: approx Sapphire. HEX triplet: 06, 1D and 4C. RGB value is (6,29,76). Sum of RGB (Red+Green+Blue) = 6+29+76=111 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.41% from 111); Green value is 29 (11.72% from 255 or 26.13% from 111); Blue value is 76 (30.08% from 255 or 68.47% from 111); Max value from RGB is 76 - color contains mainly: blue. Hex color #061D4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061D4C is #F9E2B3. Grayscale: #1B1B1B. Windows color (decimal): -16376500 or 4988166. OLE color: 4988166.

HSL color Cylindrical-coordinate representation of color #061D4C: hue angle of 220.29º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #061D4C is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB62976-
CMYK0.920.6200.70
HSL220.29º85.37%16.08%-
HSV(B)220.29º92.11%29.8%-
XYZ1.821.447.02-
YUV27.48155.38112.68-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.41%
GREEN value IS 29 (11.72% from 255) = 26.13%
BLUE value IS 76 (30.08% from 255) = 68.47%
R=5.41%
G=26.13%
B=68.47%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal629760.920.6200.70220.2985.3716.08
Hex61D4C5C3E046dc5510
Octal63511413476010633412520
Binary11011101100110010111001111100100011011011100101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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