#04285B

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

Shades of Sapphire #04285B

Tints of Sapphire #04285B

Color information

#04285B (or 0x04285B) is unknown color: approx Sapphire. HEX triplet: 04, 28 and 5B. RGB value is (4,40,91). Sum of RGB (Red+Green+Blue) = 4+40+91=135 (17% of max value = 765). Red value is 4 (1.95% from 255 or 2.96% from 135); Green value is 40 (16.02% from 255 or 29.63% from 135); Blue value is 91 (35.94% from 255 or 67.41% from 135); Max value from RGB is 91 - color contains mainly: blue. Hex color #04285B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04285B is #FBD7A4. Grayscale: #222222. Windows color (decimal): -16504741 or 5974020. OLE color: 5974020.

HSL color Cylindrical-coordinate representation of color #04285B: hue angle of 215.17º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04285B is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB44091-
CMYK0.960.5600.64
HSL215.17º91.58%18.63%-
HSV(B)215.17º95.6%35.69%-
XYZ2.72.310.2-
YUV35.05159.57105.85-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.96%
GREEN value IS 40 (16.02% from 255) = 29.63%
BLUE value IS 91 (35.94% from 255) = 67.41%
R=2.96%
G=29.63%
B=67.41%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal440910.960.5600.64215.1791.5818.63
Hex4285B6038040d75c13
Octal45013314070010032713423
Binary100101000101101111000001110000100000011010111101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04285B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,40,91); }

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

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

 a { background-color: rgb(4,40,91); }

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

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

 span { border-color: rgb(4,40,91); }

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