#04154B

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

Shades of Sapphire #04154B

Tints of Sapphire #04154B

Color information

#04154B (or 0x04154B) is unknown color: approx Sapphire. HEX triplet: 04, 15 and 4B. RGB value is (4,21,75). Sum of RGB (Red+Green+Blue) = 4+21+75=100 (13% of max value = 765). Red value is 4 (1.95% from 255 or 4% from 100); Green value is 21 (8.59% from 255 or 21% from 100); Blue value is 75 (29.69% from 255 or 75% from 100); Max value from RGB is 75 - color contains mainly: blue. Hex color #04154B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04154B is #FBEAB4. Grayscale: #151515. Windows color (decimal): -16509621 or 4920580. OLE color: 4920580.

HSL color Cylindrical-coordinate representation of color #04154B: hue angle of 225.63º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04154B is Cyan = 0.95, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB42175-
CMYK0.950.7200.71
HSL225.63º89.87%15.49%-
HSV(B)225.63º94.67%29.41%-
XYZ1.591.076.78-
YUV22.07157.87115.11-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4%
GREEN value IS 21 (8.59% from 255) = 21%
BLUE value IS 75 (29.69% from 255) = 75%
R=4%
G=21%
B=75%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal421750.950.7200.71225.6389.8715.49
Hex4154B5F48047e25af
Octal425113137110010734213217
Binary10010101100101110111111001000010001111110001010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04154B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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