Html Css Color HEX #203098 Egyptian Blue

📋 copy color: '#203098'

red 32 ◦ green 48 ◦ blue 152

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

Shades of Egyptian Blue #203098

Tints of Egyptian Blue #203098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 65.52%

R = 13.79%
G = 20.69%
B = 65.52%

CMYK

 C value IS 0.79

 M value IS 0.68

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#203098 (or 0x203098) is known color: Egyptian Blue. HEX triplet: 20, 30 and 98. RGB value is (32,48,152). Sum of RGB (Red+Green+Blue) = 32+48+152=232 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.79% from 232); Green value is 48 (19.14% from 255 or 20.69% from 232); Blue value is 152 (59.77% from 255 or 65.52% from 232); Max value from RGB is 152 - color contains mainly: blue. Hex color #203098 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203098 is #DFCF67. Grayscale: #363636. Windows color (decimal): -14667624 or 9973792. OLE color: 9973792.

HSL color Cylindrical-coordinate representation of color #203098: hue angle of 232º degrees, saturation: 0.65, 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 #203098 is Cyan = 0.79, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 32 48 152 -
CMYK 0.79 0.68 0 0.40
HSL 232º 0.65% 0.36% -
HSV(B) 232º 0.79% 0.6% -
XYZ 7.32 4.69 30.22 -
YUV 55.07 182.7 111.54 -
System Red Green Blue C M Y K H S L
Decimal 32 48 152 0.79 0.68 0 0.40 232 0.65 0.36
Hex 20 30 98 4F 44 0 28 E8 41 24
Octal 40 60 230 117 104 0 50 350 101 44
Binary 100000 110000 10011000 1001111 1000100 0 101000 11101000 1000001 100100

Color Harmonies of #203098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203098

Black with #203098

Text Example


Text Example

White with #203098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #203098; }

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

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

background-color css

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

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

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

border-color css

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

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

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