Html Css Color HEX #133FAA Egyptian Blue

📋 copy color: '#133FAA'

red 19 ◦ green 63 ◦ blue 170

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

Shades of Egyptian Blue #133FAA

Tints of Egyptian Blue #133FAA

RGB

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

 GREEN value IS 63 (25% from 255) = 25%

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

R = 7.54%
G = 25%
B = 67.46%

CMYK

 C value IS 0.89

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#133FAA (or 0x133FAA) is known color: Egyptian Blue. HEX triplet: 13, 3F and AA. RGB value is (19,63,170). Sum of RGB (Red+Green+Blue) = 19+63+170=252 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.54% from 252); Green value is 63 (25% from 255 or 25% from 252); Blue value is 170 (66.80% from 255 or 67.46% from 252); Max value from RGB is 170 - color contains mainly: blue. Hex color #133FAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133FAA is #ECC055. Grayscale: #3D3D3D. Windows color (decimal): -15515734 or 11157267. OLE color: 11157267.

HSL color Cylindrical-coordinate representation of color #133FAA: hue angle of 222.52º 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 #133FAA is Cyan = 0.89, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 19 63 170 -
CMYK 0.89 0.63 0 0.33
HSL 222.52º 0.8% 0.37% -
HSV(B) 222.52º 0.89% 0.67% -
XYZ 9.3 6.6 38.81 -
YUV 62.04 188.92 97.3 -
System Red Green Blue C M Y K H S L
Decimal 19 63 170 0.89 0.63 0 0.33 222.52 0.8 0.37
Hex 13 3F AA 59 3F 0 21 DF 50 25
Octal 23 77 252 131 77 0 41 337 120 45
Binary 10011 111111 10101010 1011001 111111 0 100001 11011111 1010000 100101

Color Harmonies of #133FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133FAA

Black with #133FAA

Text Example


Text Example

White with #133FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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