Html Css Color HEX #203F9A Egyptian Blue

📋 copy color: '#203F9A'

red 32 ◦ green 63 ◦ blue 154

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

Shades of Egyptian Blue #203F9A

Tints of Egyptian Blue #203F9A

RGB

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

 GREEN value IS 63 (25% from 255) = 25.3%

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

R = 12.85%
G = 25.3%
B = 61.85%

CMYK

 C value IS 0.79

 M value IS 0.59

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#203F9A (or 0x203F9A) is known color: Egyptian Blue. HEX triplet: 20, 3F and 9A. RGB value is (32,63,154). Sum of RGB (Red+Green+Blue) = 32+63+154=249 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.85% from 249); Green value is 63 (25% from 255 or 25.30% from 249); Blue value is 154 (60.55% from 255 or 61.85% from 249); Max value from RGB is 154 - color contains mainly: blue. Hex color #203F9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203F9A is #DFC065. Grayscale: #3F3F3F. Windows color (decimal): -14663782 or 10108704. OLE color: 10108704.

HSL color Cylindrical-coordinate representation of color #203F9A: hue angle of 224.75º 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 #203F9A is Cyan = 0.79, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 32 63 154 -
CMYK 0.79 0.59 0 0.40
HSL 224.75º 0.66% 0.36% -
HSV(B) 224.75º 0.79% 0.6% -
XYZ 8.21 6.2 31.34 -
YUV 64.11 178.73 105.1 -
System Red Green Blue C M Y K H S L
Decimal 32 63 154 0.79 0.59 0 0.40 224.75 0.66 0.36
Hex 20 3F 9A 4F 3B 0 28 E1 42 24
Octal 40 77 232 117 73 0 50 341 102 44
Binary 100000 111111 10011010 1001111 111011 0 101000 11100001 1000010 100100

Color Harmonies of #203F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203F9A

Black with #203F9A

Text Example


Text Example

White with #203F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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