#04206E

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

Shades of Sapphire #04206E

Tints of Sapphire #04206E

Color information

#04206E (or 0x04206E) is unknown color: approx Sapphire. HEX triplet: 04, 20 and 6E. RGB value is (4,32,110). Sum of RGB (Red+Green+Blue) = 4+32+110=146 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.74% from 146); Green value is 32 (12.89% from 255 or 21.92% from 146); Blue value is 110 (43.36% from 255 or 75.34% from 146); Max value from RGB is 110 - color contains mainly: blue. Hex color #04206E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04206E is #FBDF91. Grayscale: #202020. Windows color (decimal): -16506770 or 7217156. OLE color: 7217156.

HSL color Cylindrical-coordinate representation of color #04206E: hue angle of 224.15º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04206E is Cyan = 0.96, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB432110-
CMYK0.960.7100.57
HSL224.15º92.98%22.35%-
HSV(B)224.15º96.36%43.14%-
XYZ3.382.1815-
YUV32.52171.72107.66-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.74%
GREEN value IS 32 (12.89% from 255) = 21.92%
BLUE value IS 110 (43.36% from 255) = 75.34%
R=2.74%
G=21.92%
B=75.34%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal4321100.960.7100.57224.1592.9822.35
Hex4206E6047039e05d16
Octal44015614010707134013526
Binary100100000110111011000001000111011100111100000101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04206E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04206E; }

 p { color: rgb(4,32,110); }

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

<style>
 a { background-color: #04206E; }

 a { background-color: rgb(4,32,110); }

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

<style>
 span { border-color: #04206E; }

 span { border-color: rgb(4,32,110); }

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