Html Css Color HEX #133CAA Egyptian Blue

📋 copy color: '#133CAA'

red 19 ◦ green 60 ◦ blue 170

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

Shades of Egyptian Blue #133CAA

Tints of Egyptian Blue #133CAA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24.1%

 BLUE value IS 170 (66.8% from 255) = 68.27%

R = 7.63%
G = 24.1%
B = 68.27%

CMYK

 C value IS 0.89

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#133CAA (or 0x133CAA) is known color: Egyptian Blue. HEX triplet: 13, 3C and AA. RGB value is (19,60,170). Sum of RGB (Red+Green+Blue) = 19+60+170=249 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.63% from 249); Green value is 60 (23.83% from 255 or 24.10% from 249); Blue value is 170 (66.80% from 255 or 68.27% from 249); Max value from RGB is 170 - color contains mainly: blue. Hex color #133CAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133CAA is #ECC355. Grayscale: #3B3B3B. Windows color (decimal): -15516502 or 11156499. OLE color: 11156499.

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

Color convert

RGB 19 60 170 -
CMYK 0.89 0.65 0 0.33
HSL 223.71º 0.8% 0.37% -
HSV(B) 223.71º 0.89% 0.67% -
XYZ 9.14 6.27 38.76 -
YUV 60.28 189.92 98.56 -
System Red Green Blue C M Y K H S L
Decimal 19 60 170 0.89 0.65 0 0.33 223.71 0.8 0.37
Hex 13 3C AA 59 41 0 21 E0 50 25
Octal 23 74 252 131 101 0 41 340 120 45
Binary 10011 111100 10101010 1011001 1000001 0 100001 11100000 1010000 100101

Color Harmonies of #133CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133CAA

Black with #133CAA

Text Example


Text Example

White with #133CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,60,170); }

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

background-color css

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

 a { background-color: rgb(19,60,170); }

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

border-color css

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

 span { border-color: rgb(19,60,170); }

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