#04195A

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

Shades of Sapphire #04195A

Tints of Sapphire #04195A

Color information

#04195A (or 0x04195A) is unknown color: approx Sapphire. HEX triplet: 04, 19 and 5A. RGB value is (4,25,90). Sum of RGB (Red+Green+Blue) = 4+25+90=119 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.36% from 119); Green value is 25 (10.16% from 255 or 21.01% from 119); Blue value is 90 (35.55% from 255 or 75.63% from 119); Max value from RGB is 90 - color contains mainly: blue. Hex color #04195A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04195A is #FBE6A5. Grayscale: #191919. Windows color (decimal): -16508582 or 5904644. OLE color: 5904644.

HSL color Cylindrical-coordinate representation of color #04195A: hue angle of 225.35º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04195A is Cyan = 0.96, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB42590-
CMYK0.960.7200.65
HSL225.35º91.49%18.43%-
HSV(B)225.35º95.56%35.29%-
XYZ2.241.469.84-
YUV26.13164.04112.21-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.36%
GREEN value IS 25 (10.16% from 255) = 21.01%
BLUE value IS 90 (35.55% from 255) = 75.63%
R=3.36%
G=21.01%
B=75.63%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal425900.960.7200.65225.3591.4918.43
Hex4195A6048041e15b12
Octal431132140110010134113322
Binary100110011011010110000010010000100000111100001101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04195A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04195A; }

 p { color: rgb(4,25,90); }

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

<style>
 a { background-color: #04195A; }

 a { background-color: rgb(4,25,90); }

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

<style>
 span { border-color: #04195A; }

 span { border-color: rgb(4,25,90); }

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