Html Css Color HEX #202F8C Egyptian Blue

📋 copy color: '#202F8C'

red 32 ◦ green 47 ◦ blue 140

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

Shades of Egyptian Blue #202F8C

Tints of Egyptian Blue #202F8C

RGB

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

 GREEN value IS 47 (18.75% from 255) = 21.46%

 BLUE value IS 140 (55.08% from 255) = 63.93%

R = 14.61%
G = 21.46%
B = 63.93%

CMYK

 C value IS 0.77

 M value IS 0.66

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#202F8C (or 0x202F8C) is known color: Egyptian Blue. HEX triplet: 20, 2F and 8C. RGB value is (32,47,140). Sum of RGB (Red+Green+Blue) = 32+47+140=219 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.61% from 219); Green value is 47 (18.75% from 255 or 21.46% from 219); Blue value is 140 (55.08% from 255 or 63.93% from 219); Max value from RGB is 140 - color contains mainly: blue. Hex color #202F8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202F8C is #DFD073. Grayscale: #343434. Windows color (decimal): -14667892 or 9187104. OLE color: 9187104.

HSL color Cylindrical-coordinate representation of color #202F8C: hue angle of 231.67º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #202F8C is Cyan = 0.77, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 32 47 140 -
CMYK 0.77 0.66 0 0.45
HSL 231.67º 0.63% 0.34% -
HSV(B) 231.67º 0.77% 0.55% -
XYZ 6.35 4.23 25.29 -
YUV 53.12 177.03 112.94 -
System Red Green Blue C M Y K H S L
Decimal 32 47 140 0.77 0.66 0 0.45 231.67 0.63 0.34
Hex 20 2F 8C 4D 42 0 2D E8 3F 22
Octal 40 57 214 115 102 0 55 350 77 42
Binary 100000 101111 10001100 1001101 1000010 0 101101 11101000 111111 100010

Color Harmonies of #202F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202F8C

Black with #202F8C

Text Example


Text Example

White with #202F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #202F8C; }

 p { color: rgb(32,47,140); }

 H1.HeaderClassName
 {
   color: #202F8C;
 }
 .AnyTagClassName
 {
   color: #202F8C;
 }
</style>

background-color css

<style>
 a { background-color: #202F8C; }

 a { background-color: rgb(32,47,140); }

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

border-color css

<style>
 span { border-color: #202F8C; }

 span { border-color: rgb(32,47,140); }

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