Html Css Color HEX #133AAE Egyptian Blue

📋 copy color: '#133AAE'

red 19 ◦ green 58 ◦ blue 174

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

Shades of Egyptian Blue #133AAE

Tints of Egyptian Blue #133AAE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.11%

 BLUE value IS 174 (68.36% from 255) = 69.32%

R = 7.57%
G = 23.11%
B = 69.32%

CMYK

 C value IS 0.89

 M value IS 0.67

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#133AAE (or 0x133AAE) is known color: Egyptian Blue. HEX triplet: 13, 3A and AE. RGB value is (19,58,174). Sum of RGB (Red+Green+Blue) = 19+58+174=251 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.57% from 251); Green value is 58 (23.05% from 255 or 23.11% from 251); Blue value is 174 (68.36% from 255 or 69.32% from 251); Max value from RGB is 174 - color contains mainly: blue. Hex color #133AAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133AAE is #ECC551. Grayscale: #3B3B3B. Windows color (decimal): -15517010 or 11418131. OLE color: 11418131.

HSL color Cylindrical-coordinate representation of color #133AAE: hue angle of 224.9º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #133AAE is Cyan = 0.89, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 19 58 174 -
CMYK 0.89 0.67 0 0.32
HSL 224.9º 0.8% 0.38% -
HSV(B) 224.9º 0.89% 0.68% -
XYZ 9.42 6.22 40.75 -
YUV 59.56 192.58 99.07 -
System Red Green Blue C M Y K H S L
Decimal 19 58 174 0.89 0.67 0 0.32 224.9 0.8 0.38
Hex 13 3A AE 59 43 0 20 E1 50 26
Octal 23 72 256 131 103 0 40 341 120 46
Binary 10011 111010 10101110 1011001 1000011 0 100000 11100001 1010000 100110

Color Harmonies of #133AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133AAE

Black with #133AAE

Text Example


Text Example

White with #133AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133AAE; }

 p { color: rgb(19,58,174); }

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

background-color css

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

 a { background-color: rgb(19,58,174); }

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

border-color css

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

 span { border-color: rgb(19,58,174); }

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