#04154F

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

Shades of Sapphire #04154F

Tints of Sapphire #04154F

Color information

#04154F (or 0x04154F) is unknown color: approx Sapphire. HEX triplet: 04, 15 and 4F. RGB value is (4,21,79). Sum of RGB (Red+Green+Blue) = 4+21+79=104 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.85% from 104); Green value is 21 (8.59% from 255 or 20.19% from 104); Blue value is 79 (31.25% from 255 or 75.96% from 104); Max value from RGB is 79 - color contains mainly: blue. Hex color #04154F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04154F is #FBEAB0. Grayscale: #161616. Windows color (decimal): -16509617 or 5182724. OLE color: 5182724.

HSL color Cylindrical-coordinate representation of color #04154F: hue angle of 226.4º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04154F is Cyan = 0.95, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB42179-
CMYK0.950.7300.69
HSL226.4º90.36%16.27%-
HSV(B)226.4º94.94%30.98%-
XYZ1.731.137.52-
YUV22.53159.87114.78-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.85%
GREEN value IS 21 (8.59% from 255) = 20.19%
BLUE value IS 79 (31.25% from 255) = 75.96%
R=3.85%
G=20.19%
B=75.96%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal421790.950.7300.69226.490.3616.27
Hex4154F5F49045e25a10
Octal425117137111010534213220
Binary100101011001111101111110010010100010111100010101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04154F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04154F; }

 p { color: rgb(4,21,79); }

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

<style>
 a { background-color: #04154F; }

 a { background-color: rgb(4,21,79); }

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

<style>
 span { border-color: #04154F; }

 span { border-color: rgb(4,21,79); }

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