Html Css Color HEX #203092 Egyptian Blue

📋 copy color: '#203092'

red 32 ◦ green 48 ◦ blue 146

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

Shades of Egyptian Blue #203092

Tints of Egyptian Blue #203092

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.24%

 BLUE value IS 146 (57.42% from 255) = 64.6%

R = 14.16%
G = 21.24%
B = 64.6%

CMYK

 C value IS 0.78

 M value IS 0.67

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#203092 (or 0x203092) is known color: Egyptian Blue. HEX triplet: 20, 30 and 92. RGB value is (32,48,146). Sum of RGB (Red+Green+Blue) = 32+48+146=226 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.16% from 226); Green value is 48 (19.14% from 255 or 21.24% from 226); Blue value is 146 (57.42% from 255 or 64.60% from 226); Max value from RGB is 146 - color contains mainly: blue. Hex color #203092 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203092 is #DFCF6D. Grayscale: #353535. Windows color (decimal): -14667630 or 9580576. OLE color: 9580576.

HSL color Cylindrical-coordinate representation of color #203092: hue angle of 231.58º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #203092 is Cyan = 0.78, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 32 48 146 -
CMYK 0.78 0.67 0 0.43
HSL 231.58º 0.64% 0.35% -
HSV(B) 231.58º 0.78% 0.57% -
XYZ 6.84 4.5 27.7 -
YUV 54.39 179.7 112.03 -
System Red Green Blue C M Y K H S L
Decimal 32 48 146 0.78 0.67 0 0.43 231.58 0.64 0.35
Hex 20 30 92 4E 43 0 2B E8 40 23
Octal 40 60 222 116 103 0 53 350 100 43
Binary 100000 110000 10010010 1001110 1000011 0 101011 11101000 1000000 100011

Color Harmonies of #203092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203092

Black with #203092

Text Example


Text Example

White with #203092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #203092; }

 p { color: rgb(32,48,146); }

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

background-color css

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

 a { background-color: rgb(32,48,146); }

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

border-color css

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

 span { border-color: rgb(32,48,146); }

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