Html Css Color HEX #04216D Sapphire

📋 copy color: '#04216D'

red 4 ◦ green 33 ◦ blue 109

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

Shades of Sapphire #04216D

Tints of Sapphire #04216D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 22.6%

 BLUE value IS 109 (42.97% from 255) = 74.66%

R = 2.74%
G = 22.6%
B = 74.66%

CMYK

 C value IS 0.96

 M value IS 0.70

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#04216D (or 0x04216D) is known color: Sapphire. HEX triplet: 04, 21 and 6D. RGB value is (4,33,109). Sum of RGB (Red+Green+Blue) = 4+33+109=146 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.74% from 146); Green value is 33 (13.28% from 255 or 22.60% from 146); Blue value is 109 (42.97% from 255 or 74.66% from 146); Max value from RGB is 109 - color contains mainly: blue. Hex color #04216D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04216D is #FBDE92. Grayscale: #202020. Windows color (decimal): -16506515 or 7151876. OLE color: 7151876.

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

Color convert

RGB 4 33 109 -
CMYK 0.96 0.70 0 0.57
HSL 223.43º 0.93% 0.22% -
HSV(B) 223.43º 0.96% 0.43% -
XYZ 3.35 2.22 14.72 -
YUV 32.99 170.89 107.32 -
System Red Green Blue C M Y K H S L
Decimal 4 33 109 0.96 0.70 0 0.57 223.43 0.93 0.22
Hex 4 21 6D 60 46 0 39 DF 5D 16
Octal 4 41 155 140 106 0 71 337 135 26
Binary 100 100001 1101101 1100000 1000110 0 111001 11011111 1011101 10110

Color Harmonies of #04216D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04216D

Black with #04216D

Text Example


Text Example

White with #04216D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,33,109); }

 H1.HeaderClassName
 {
   color: #04216D;
 }
 .AnyTagClassName
 {
   color: #04216D;
 }
</style>

background-color css

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

 a { background-color: rgb(4,33,109); }

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

border-color css

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

 span { border-color: rgb(4,33,109); }

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