Html Css Color HEX #04206B Sapphire

📋 copy color: '#04206B'

red 4 ◦ green 32 ◦ blue 107

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

Shades of Sapphire #04206B

Tints of Sapphire #04206B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 74.83%

R = 2.8%
G = 22.38%
B = 74.83%

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

#04206B (or 0x04206B) is known color: Sapphire. HEX triplet: 04, 20 and 6B. RGB value is (4,32,107). Sum of RGB (Red+Green+Blue) = 4+32+107=143 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.80% from 143); Green value is 32 (12.89% from 255 or 22.38% from 143); Blue value is 107 (42.19% from 255 or 74.83% from 143); Max value from RGB is 107 - color contains mainly: blue. Hex color #04206B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04206B is #FBDF94. Grayscale: #1F1F1F. Windows color (decimal): -16506773 or 7020548. OLE color: 7020548.

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

Color convert

RGB 4 32 107 -
CMYK 0.96 0.70 0 0.58
HSL 223.69º 0.93% 0.22% -
HSV(B) 223.69º 0.96% 0.42% -
XYZ 3.22 2.12 14.15 -
YUV 32.18 170.22 107.9 -
System Red Green Blue C M Y K H S L
Decimal 4 32 107 0.96 0.70 0 0.58 223.69 0.93 0.22
Hex 4 20 6B 60 46 0 3A E0 5D 16
Octal 4 40 153 140 106 0 72 340 135 26
Binary 100 100000 1101011 1100000 1000110 0 111010 11100000 1011101 10110

Color Harmonies of #04206B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04206B

Black with #04206B

Text Example


Text Example

White with #04206B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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