#060F4C

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

Shades of Sapphire #060F4C

Tints of Sapphire #060F4C

Color information

#060F4C (or 0x060F4C) is unknown color: approx Sapphire. HEX triplet: 06, 0F and 4C. RGB value is (6,15,76). Sum of RGB (Red+Green+Blue) = 6+15+76=97 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.19% from 97); Green value is 15 (6.25% from 255 or 15.46% from 97); Blue value is 76 (30.08% from 255 or 78.35% from 97); Max value from RGB is 76 - color contains mainly: blue. Hex color #060F4C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060F4C is #F9F0B3. Grayscale: #131313. Windows color (decimal): -16380084 or 4984582. OLE color: 4984582.

HSL color Cylindrical-coordinate representation of color #060F4C: hue angle of 232.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 #060F4C is Cyan = 0.92, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB61576-
CMYK0.920.8000.70
HSL232.29º85.37%16.08%-
HSV(B)232.29º92.11%29.8%-
XYZ1.550.96.93-
YUV19.26160.02118.54-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.19%
GREEN value IS 15 (6.25% from 255) = 15.46%
BLUE value IS 76 (30.08% from 255) = 78.35%
R=6.19%
G=15.46%
B=78.35%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal615760.920.8000.70232.2985.3716.08
Hex6F4C5C50046e85510
Octal617114134120010635012520
Binary11011111001100101110010100000100011011101000101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060F4C; }

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

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

<style>
 a { background-color: #060F4C; }

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

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

<style>
 span { border-color: #060F4C; }

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

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