Html Css Color HEX #203BA7 Egyptian Blue

📋 copy color: '#203BA7'

red 32 ◦ green 59 ◦ blue 167

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

Shades of Egyptian Blue #203BA7

Tints of Egyptian Blue #203BA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 64.73%

R = 12.4%
G = 22.87%
B = 64.73%

CMYK

 C value IS 0.81

 M value IS 0.65

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#203BA7 (or 0x203BA7) is known color: Egyptian Blue. HEX triplet: 20, 3B and A7. RGB value is (32,59,167). Sum of RGB (Red+Green+Blue) = 32+59+167=258 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.40% from 258); Green value is 59 (23.44% from 255 or 22.87% from 258); Blue value is 167 (65.62% from 255 or 64.73% from 258); Max value from RGB is 167 - color contains mainly: blue. Hex color #203BA7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203BA7 is #DFC458. Grayscale: #3E3E3E. Windows color (decimal): -14664793 or 10959648. OLE color: 10959648.

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

Color convert

RGB 32 59 167 -
CMYK 0.81 0.65 0 0.35
HSL 228º 0.68% 0.39% -
HSV(B) 228º 0.81% 0.65% -
XYZ 9.13 6.23 37.28 -
YUV 63.24 186.55 105.72 -
System Red Green Blue C M Y K H S L
Decimal 32 59 167 0.81 0.65 0 0.35 228 0.68 0.39
Hex 20 3B A7 51 41 0 23 E4 44 27
Octal 40 73 247 121 101 0 43 344 104 47
Binary 100000 111011 10100111 1010001 1000001 0 100011 11100100 1000100 100111

Color Harmonies of #203BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203BA7

Black with #203BA7

Text Example


Text Example

White with #203BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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