Html Css Color HEX #203B9A Egyptian Blue

📋 copy color: '#203B9A'

red 32 ◦ green 59 ◦ blue 154

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

Shades of Egyptian Blue #203B9A

Tints of Egyptian Blue #203B9A

RGB

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

 GREEN value IS 59 (23.44% from 255) = 24.08%

 BLUE value IS 154 (60.55% from 255) = 62.86%

R = 13.06%
G = 24.08%
B = 62.86%

CMYK

 C value IS 0.79

 M value IS 0.62

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#203B9A (or 0x203B9A) is known color: Egyptian Blue. HEX triplet: 20, 3B and 9A. RGB value is (32,59,154). Sum of RGB (Red+Green+Blue) = 32+59+154=245 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.06% from 245); Green value is 59 (23.44% from 255 or 24.08% from 245); Blue value is 154 (60.55% from 255 or 62.86% from 245); Max value from RGB is 154 - color contains mainly: blue. Hex color #203B9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203B9A is #DFC465. Grayscale: #3D3D3D. Windows color (decimal): -14664806 or 10107680. OLE color: 10107680.

HSL color Cylindrical-coordinate representation of color #203B9A: hue angle of 226.72º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #203B9A is Cyan = 0.79, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 32 59 154 -
CMYK 0.79 0.62 0 0.40
HSL 226.72º 0.66% 0.36% -
HSV(B) 226.72º 0.79% 0.6% -
XYZ 7.99 5.77 31.26 -
YUV 61.76 180.05 106.78 -
System Red Green Blue C M Y K H S L
Decimal 32 59 154 0.79 0.62 0 0.40 226.72 0.66 0.36
Hex 20 3B 9A 4F 3E 0 28 E3 42 24
Octal 40 73 232 117 76 0 50 343 102 44
Binary 100000 111011 10011010 1001111 111110 0 101000 11100011 1000010 100100

Color Harmonies of #203B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203B9A

Black with #203B9A

Text Example


Text Example

White with #203B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,59,154); }

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

background-color css

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

 a { background-color: rgb(32,59,154); }

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

border-color css

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

 span { border-color: rgb(32,59,154); }

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