#04285D

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

Shades of Sapphire #04285D

Tints of Sapphire #04285D

Color information

#04285D (or 0x04285D) is unknown color: approx Sapphire. HEX triplet: 04, 28 and 5D. RGB value is (4,40,93). Sum of RGB (Red+Green+Blue) = 4+40+93=137 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.92% from 137); Green value is 40 (16.02% from 255 or 29.20% from 137); Blue value is 93 (36.72% from 255 or 67.88% from 137); Max value from RGB is 93 - color contains mainly: blue. Hex color #04285D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04285D is #FBD7A2. Grayscale: #232323. Windows color (decimal): -16504739 or 6105092. OLE color: 6105092.

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

Color convert

RGB44093-
CMYK0.960.5700.64
HSL215.73º91.75%19.02%-
HSV(B)215.73º95.7%36.47%-
XYZ2.782.3310.66-
YUV35.28160.57105.69-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.92%
GREEN value IS 40 (16.02% from 255) = 29.20%
BLUE value IS 93 (36.72% from 255) = 67.88%
R=2.92%
G=29.20%
B=67.88%

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
Decimal440930.960.5700.64215.7391.7519.02
Hex4285D6039040d85c13
Octal45013514071010033013423
Binary100101000101110111000001110010100000011011000101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04285D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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