Html Css Color HEX #133090 Egyptian Blue

📋 copy color: '#133090'

red 19 ◦ green 48 ◦ blue 144

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

Shades of Egyptian Blue #133090

Tints of Egyptian Blue #133090

RGB

 RED value IS 19 (7.81% from 255) = 9%

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

 BLUE value IS 144 (56.64% from 255) = 68.25%

R = 9%
G = 22.75%
B = 68.25%

CMYK

 C value IS 0.87

 M value IS 0.67

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#133090 (or 0x133090) is known color: Egyptian Blue. HEX triplet: 13, 30 and 90. RGB value is (19,48,144). Sum of RGB (Red+Green+Blue) = 19+48+144=211 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.00% from 211); Green value is 48 (19.14% from 255 or 22.75% from 211); Blue value is 144 (56.64% from 255 or 68.25% from 211); Max value from RGB is 144 - color contains mainly: blue. Hex color #133090 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133090 is #ECCF6F. Grayscale: #313131. Windows color (decimal): -15519600 or 9449491. OLE color: 9449491.

HSL color Cylindrical-coordinate representation of color #133090: hue angle of 226.08º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #133090 is Cyan = 0.87, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 19 48 144 -
CMYK 0.87 0.67 0 0.44
HSL 226.08º 0.77% 0.32% -
HSV(B) 226.08º 0.87% 0.56% -
XYZ 6.36 4.27 26.87 -
YUV 50.27 180.89 105.69 -
System Red Green Blue C M Y K H S L
Decimal 19 48 144 0.87 0.67 0 0.44 226.08 0.77 0.32
Hex 13 30 90 57 43 0 2C E2 4D 20
Octal 23 60 220 127 103 0 54 342 115 40
Binary 10011 110000 10010000 1010111 1000011 0 101100 11100010 1001101 100000

Color Harmonies of #133090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133090

Black with #133090

Text Example


Text Example

White with #133090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133090; }

 p { color: rgb(19,48,144); }

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

background-color css

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

 a { background-color: rgb(19,48,144); }

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

border-color css

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

 span { border-color: rgb(19,48,144); }

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