#04285C

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

Shades of Sapphire #04285C

Tints of Sapphire #04285C

Color information

#04285C (or 0x04285C) is unknown color: approx Sapphire. HEX triplet: 04, 28 and 5C. RGB value is (4,40,92). Sum of RGB (Red+Green+Blue) = 4+40+92=136 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.94% from 136); Green value is 40 (16.02% from 255 or 29.41% from 136); Blue value is 92 (36.33% from 255 or 67.65% from 136); Max value from RGB is 92 - color contains mainly: blue. Hex color #04285C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04285C is #FBD7A3. Grayscale: #222222. Windows color (decimal): -16504740 or 6039556. OLE color: 6039556.

HSL color Cylindrical-coordinate representation of color #04285C: hue angle of 215.45º 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 #04285C is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB44092-
CMYK0.960.5700.64
HSL215.45º91.67%18.82%-
HSV(B)215.45º95.65%36.08%-
XYZ2.742.3210.43-
YUV35.16160.07105.77-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.94%
GREEN value IS 40 (16.02% from 255) = 29.41%
BLUE value IS 92 (36.33% from 255) = 67.65%
R=2.94%
G=29.41%
B=67.65%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal440920.960.5700.64215.4591.6718.82
Hex4285C6039040d75c13
Octal45013414071010032713423
Binary100101000101110011000001110010100000011010111101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04285C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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