#061C4C

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

Shades of Sapphire #061C4C

Tints of Sapphire #061C4C

Color information

#061C4C (or 0x061C4C) is unknown color: approx Sapphire. HEX triplet: 06, 1C and 4C. RGB value is (6,28,76). Sum of RGB (Red+Green+Blue) = 6+28+76=110 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.45% from 110); Green value is 28 (11.33% from 255 or 25.45% from 110); Blue value is 76 (30.08% from 255 or 69.09% from 110); Max value from RGB is 76 - color contains mainly: blue. Hex color #061C4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061C4C is #F9E3B3. Grayscale: #1A1A1A. Windows color (decimal): -16376756 or 4987910. OLE color: 4987910.

HSL color Cylindrical-coordinate representation of color #061C4C: hue angle of 221.14º 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 #061C4C is Cyan = 0.92, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB62876-
CMYK0.920.6300.70
HSL221.14º85.37%16.08%-
HSV(B)221.14º92.11%29.8%-
XYZ1.791.397.01-
YUV26.89155.71113.1-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.45%
GREEN value IS 28 (11.33% from 255) = 25.45%
BLUE value IS 76 (30.08% from 255) = 69.09%
R=5.45%
G=25.45%
B=69.09%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal628760.920.6300.70221.1485.3716.08
Hex61C4C5C3F046dd5510
Octal63411413477010633512520
Binary11011100100110010111001111110100011011011101101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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