Html Css Color HEX #20259B Egyptian Blue

📋 copy color: '#20259B'

red 32 ◦ green 37 ◦ blue 155

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

Shades of Egyptian Blue #20259B

Tints of Egyptian Blue #20259B

RGB

 RED value IS 32 (12.89% from 255) = 14.29%

 GREEN value IS 37 (14.84% from 255) = 16.52%

 BLUE value IS 155 (60.94% from 255) = 69.2%

R = 14.29%
G = 16.52%
B = 69.2%

CMYK

 C value IS 0.79

 M value IS 0.76

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#20259B (or 0x20259B) is known color: Egyptian Blue. HEX triplet: 20, 25 and 9B. RGB value is (32,37,155). Sum of RGB (Red+Green+Blue) = 32+37+155=224 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.29% from 224); Green value is 37 (14.84% from 255 or 16.52% from 224); Blue value is 155 (60.94% from 255 or 69.20% from 224); Max value from RGB is 155 - color contains mainly: blue. Hex color #20259B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20259B is #DFDA64. Grayscale: #303030. Windows color (decimal): -14670437 or 10167584. OLE color: 10167584.

HSL color Cylindrical-coordinate representation of color #20259B: hue angle of 237.56º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #20259B is Cyan = 0.79, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 32 37 155 -
CMYK 0.79 0.76 0 0.39
HSL 237.56º 0.66% 0.37% -
HSV(B) 237.56º 0.79% 0.61% -
XYZ 7.17 4 31.4 -
YUV 48.96 187.84 115.91 -
System Red Green Blue C M Y K H S L
Decimal 32 37 155 0.79 0.76 0 0.39 237.56 0.66 0.37
Hex 20 25 9B 4F 4C 0 27 EE 42 25
Octal 40 45 233 117 114 0 47 356 102 45
Binary 100000 100101 10011011 1001111 1001100 0 100111 11101110 1000010 100101

Color Harmonies of #20259B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20259B

Black with #20259B

Text Example


Text Example

White with #20259B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,37,155); }

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

background-color css

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

 a { background-color: rgb(32,37,155); }

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

border-color css

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

 span { border-color: rgb(32,37,155); }

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