#04207A

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

Shades of Sapphire #04207A

Tints of Sapphire #04207A

Color information

#04207A (or 0x04207A) is unknown color: approx Sapphire. HEX triplet: 04, 20 and 7A. RGB value is (4,32,122). Sum of RGB (Red+Green+Blue) = 4+32+122=158 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.53% from 158); Green value is 32 (12.89% from 255 or 20.25% from 158); Blue value is 122 (48.05% from 255 or 77.22% from 158); Max value from RGB is 122 - color contains mainly: blue. Hex color #04207A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04207A is #FBDF85. Grayscale: #212121. Windows color (decimal): -16506758 or 8003588. OLE color: 8003588.

HSL color Cylindrical-coordinate representation of color #04207A: hue angle of 225.76º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04207A is Cyan = 0.97, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB432122-
CMYK0.970.7400.52
HSL225.76º93.65%24.71%-
HSV(B)225.76º96.72%47.84%-
XYZ4.082.4618.67-
YUV33.89177.72106.68-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.53%
GREEN value IS 32 (12.89% from 255) = 20.25%
BLUE value IS 122 (48.05% from 255) = 77.22%
R=2.53%
G=20.25%
B=77.22%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal4321220.970.7400.52225.7693.6524.71
Hex4207A614A034e25e19
Octal44017214111206434213631
Binary100100000111101011000011001010011010011100010101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04207A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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