#04134B

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

Shades of Sapphire #04134B

Tints of Sapphire #04134B

Color information

#04134B (or 0x04134B) is unknown color: approx Sapphire. HEX triplet: 04, 13 and 4B. RGB value is (4,19,75). Sum of RGB (Red+Green+Blue) = 4+19+75=98 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.08% from 98); Green value is 19 (7.81% from 255 or 19.39% from 98); Blue value is 75 (29.69% from 255 or 76.53% from 98); Max value from RGB is 75 - color contains mainly: blue. Hex color #04134B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04134B is #FBECB4. Grayscale: #141414. Windows color (decimal): -16510133 or 4920068. OLE color: 4920068.

HSL color Cylindrical-coordinate representation of color #04134B: hue angle of 227.32º 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 #04134B is Cyan = 0.95, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB41975-
CMYK0.950.7500.71
HSL227.32º89.87%15.49%-
HSV(B)227.32º94.67%29.41%-
XYZ1.5516.77-
YUV20.9158.53115.95-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.08%
GREEN value IS 19 (7.81% from 255) = 19.39%
BLUE value IS 75 (29.69% from 255) = 76.53%
R=4.08%
G=19.39%
B=76.53%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal419750.950.7500.71227.3289.8715.49
Hex4134B5F4B047e35af
Octal423113137113010734313217
Binary10010011100101110111111001011010001111110001110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04134B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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