Html Css Color HEX #203DA9 Egyptian Blue

📋 copy color: '#203DA9'

red 32 ◦ green 61 ◦ blue 169

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

Shades of Egyptian Blue #203DA9

Tints of Egyptian Blue #203DA9

RGB

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

 GREEN value IS 61 (24.22% from 255) = 23.28%

 BLUE value IS 169 (66.41% from 255) = 64.5%

R = 12.21%
G = 23.28%
B = 64.5%

CMYK

 C value IS 0.81

 M value IS 0.64

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#203DA9 (or 0x203DA9) is known color: Egyptian Blue. HEX triplet: 20, 3D and A9. RGB value is (32,61,169). Sum of RGB (Red+Green+Blue) = 32+61+169=262 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.21% from 262); Green value is 61 (24.22% from 255 or 23.28% from 262); Blue value is 169 (66.41% from 255 or 64.50% from 262); Max value from RGB is 169 - color contains mainly: blue. Hex color #203DA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203DA9 is #DFC256. Grayscale: #404040. Windows color (decimal): -14664279 or 11091232. OLE color: 11091232.

HSL color Cylindrical-coordinate representation of color #203DA9: hue angle of 227.3º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #203DA9 is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 32 61 169 -
CMYK 0.81 0.64 0 0.34
HSL 227.3º 0.68% 0.39% -
HSV(B) 227.3º 0.81% 0.66% -
XYZ 9.43 6.51 38.3 -
YUV 64.64 186.89 104.72 -
System Red Green Blue C M Y K H S L
Decimal 32 61 169 0.81 0.64 0 0.34 227.3 0.68 0.39
Hex 20 3D A9 51 40 0 22 E3 44 27
Octal 40 75 251 121 100 0 42 343 104 47
Binary 100000 111101 10101001 1010001 1000000 0 100010 11100011 1000100 100111

Color Harmonies of #203DA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203DA9

Black with #203DA9

Text Example


Text Example

White with #203DA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #203DA9; }

 p { color: rgb(32,61,169); }

 H1.HeaderClassName
 {
   color: #203DA9;
 }
 .AnyTagClassName
 {
   color: #203DA9;
 }
</style>

background-color css

<style>
 a { background-color: #203DA9; }

 a { background-color: rgb(32,61,169); }

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

border-color css

<style>
 span { border-color: #203DA9; }

 span { border-color: rgb(32,61,169); }

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