#04165A

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

Shades of Sapphire #04165A

Tints of Sapphire #04165A

Color information

#04165A (or 0x04165A) is unknown color: approx Sapphire. HEX triplet: 04, 16 and 5A. RGB value is (4,22,90). Sum of RGB (Red+Green+Blue) = 4+22+90=116 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.45% from 116); Green value is 22 (8.98% from 255 or 18.97% from 116); Blue value is 90 (35.55% from 255 or 77.59% from 116); Max value from RGB is 90 - color contains mainly: blue. Hex color #04165A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04165A is #FBE9A5. Grayscale: #181818. Windows color (decimal): -16509350 or 5903876. OLE color: 5903876.

HSL color Cylindrical-coordinate representation of color #04165A: hue angle of 227.44º 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 #04165A is Cyan = 0.96, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB42290-
CMYK0.960.7600.65
HSL227.44º91.49%18.43%-
HSV(B)227.44º95.56%35.29%-
XYZ2.181.349.82-
YUV24.37165.04113.47-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.45%
GREEN value IS 22 (8.98% from 255) = 18.97%
BLUE value IS 90 (35.55% from 255) = 77.59%
R=3.45%
G=18.97%
B=77.59%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal422900.960.7600.65227.4491.4918.43
Hex4165A604C041e35b12
Octal426132140114010134313322
Binary100101101011010110000010011000100000111100011101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04165A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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