Html Css Color HEX #04206C Sapphire

📋 copy color: '#04206C'

red 4 ◦ green 32 ◦ blue 108

#04206C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sapphire #04206C

Tints of Sapphire #04206C

RGB

 RED value IS 4 (1.95% from 255) = 2.78%

 GREEN value IS 32 (12.89% from 255) = 22.22%

 BLUE value IS 108 (42.58% from 255) = 75%

R = 2.78%
G = 22.22%
B = 75%

CMYK

 C value IS 0.96

 M value IS 0.70

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#04206C (or 0x04206C) is known color: Sapphire. HEX triplet: 04, 20 and 6C. RGB value is (4,32,108). Sum of RGB (Red+Green+Blue) = 4+32+108=144 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.78% from 144); Green value is 32 (12.89% from 255 or 22.22% from 144); Blue value is 108 (42.58% from 255 or 75% from 144); Max value from RGB is 108 - color contains mainly: blue. Hex color #04206C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04206C is #FBDF93. Grayscale: #1F1F1F. Windows color (decimal): -16506772 or 7086084. OLE color: 7086084.

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

Color convert

RGB 4 32 108 -
CMYK 0.96 0.70 0 0.58
HSL 223.85º 0.93% 0.22% -
HSV(B) 223.85º 0.96% 0.42% -
XYZ 3.27 2.14 14.43 -
YUV 32.29 170.72 107.82 -
System Red Green Blue C M Y K H S L
Decimal 4 32 108 0.96 0.70 0 0.58 223.85 0.93 0.22
Hex 4 20 6C 60 46 0 3A E0 5D 16
Octal 4 40 154 140 106 0 72 340 135 26
Binary 100 100000 1101100 1100000 1000110 0 111010 11100000 1011101 10110

Color Harmonies of #04206C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04206C

Black with #04206C

Text Example


Text Example

White with #04206C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #04206C;
 }
 .AnyTagClassName
 {
   color: #04206C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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