Html Css Color HEX #133EAC Egyptian Blue

📋 copy color: '#133EAC'

red 19 ◦ green 62 ◦ blue 172

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

Shades of Egyptian Blue #133EAC

Tints of Egyptian Blue #133EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 67.98%

R = 7.51%
G = 24.51%
B = 67.98%

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

#133EAC (or 0x133EAC) is known color: Egyptian Blue. HEX triplet: 13, 3E and AC. RGB value is (19,62,172). Sum of RGB (Red+Green+Blue) = 19+62+172=253 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.51% from 253); Green value is 62 (24.61% from 255 or 24.51% from 253); Blue value is 172 (67.58% from 255 or 67.98% from 253); Max value from RGB is 172 - color contains mainly: blue. Hex color #133EAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133EAC is #ECC153. Grayscale: #3D3D3D. Windows color (decimal): -15515988 or 11288083. OLE color: 11288083.

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

Color convert

RGB 19 62 172 -
CMYK 0.89 0.64 0 0.33
HSL 223.14º 0.8% 0.37% -
HSV(B) 223.14º 0.89% 0.67% -
XYZ 9.44 6.56 39.8 -
YUV 61.68 190.25 97.56 -
System Red Green Blue C M Y K H S L
Decimal 19 62 172 0.89 0.64 0 0.33 223.14 0.8 0.37
Hex 13 3E AC 59 40 0 21 DF 50 25
Octal 23 76 254 131 100 0 41 337 120 45
Binary 10011 111110 10101100 1011001 1000000 0 100001 11011111 1010000 100101

Color Harmonies of #133EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133EAC

Black with #133EAC

Text Example


Text Example

White with #133EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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