Html Css Color HEX #133EAB Egyptian Blue

📋 copy color: '#133EAB'

red 19 ◦ green 62 ◦ blue 171

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

Shades of Egyptian Blue #133EAB

Tints of Egyptian Blue #133EAB

RGB

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

 GREEN value IS 62 (24.61% from 255) = 24.6%

 BLUE value IS 171 (67.19% from 255) = 67.86%

R = 7.54%
G = 24.6%
B = 67.86%

CMYK

 C value IS 0.89

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#133EAB (or 0x133EAB) is known color: Egyptian Blue. HEX triplet: 13, 3E and AB. RGB value is (19,62,171). Sum of RGB (Red+Green+Blue) = 19+62+171=252 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.54% from 252); Green value is 62 (24.61% from 255 or 24.60% from 252); Blue value is 171 (67.19% from 255 or 67.86% from 252); Max value from RGB is 171 - color contains mainly: blue. Hex color #133EAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133EAB is #ECC154. Grayscale: #3D3D3D. Windows color (decimal): -15515989 or 11222547. OLE color: 11222547.

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

Color convert

RGB 19 62 171 -
CMYK 0.89 0.64 0 0.33
HSL 223.03º 0.8% 0.37% -
HSV(B) 223.03º 0.89% 0.67% -
XYZ 9.34 6.52 39.29 -
YUV 61.57 189.75 97.64 -
System Red Green Blue C M Y K H S L
Decimal 19 62 171 0.89 0.64 0 0.33 223.03 0.8 0.37
Hex 13 3E AB 59 40 0 21 DF 50 25
Octal 23 76 253 131 100 0 41 337 120 45
Binary 10011 111110 10101011 1011001 1000000 0 100001 11011111 1010000 100101

Color Harmonies of #133EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133EAB

Black with #133EAB

Text Example


Text Example

White with #133EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,62,171); }

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

background-color css

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

 a { background-color: rgb(19,62,171); }

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

border-color css

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

 span { border-color: rgb(19,62,171); }

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