Html Css Color HEX #133BAE Egyptian Blue

📋 copy color: '#133BAE'

red 19 ◦ green 59 ◦ blue 174

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

Shades of Egyptian Blue #133BAE

Tints of Egyptian Blue #133BAE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 23.41%

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

R = 7.54%
G = 23.41%
B = 69.05%

CMYK

 C value IS 0.89

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#133BAE (or 0x133BAE) is known color: Egyptian Blue. HEX triplet: 13, 3B and AE. RGB value is (19,59,174). Sum of RGB (Red+Green+Blue) = 19+59+174=252 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.54% from 252); Green value is 59 (23.44% from 255 or 23.41% from 252); Blue value is 174 (68.36% from 255 or 69.05% from 252); Max value from RGB is 174 - color contains mainly: blue. Hex color #133BAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133BAE is #ECC451. Grayscale: #3B3B3B. Windows color (decimal): -15516754 or 11418387. OLE color: 11418387.

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

Color convert

RGB 19 59 174 -
CMYK 0.89 0.66 0 0.32
HSL 224.52º 0.8% 0.38% -
HSV(B) 224.52º 0.89% 0.68% -
XYZ 9.47 6.32 40.77 -
YUV 60.15 192.25 98.65 -
System Red Green Blue C M Y K H S L
Decimal 19 59 174 0.89 0.66 0 0.32 224.52 0.8 0.38
Hex 13 3B AE 59 42 0 20 E1 50 26
Octal 23 73 256 131 102 0 40 341 120 46
Binary 10011 111011 10101110 1011001 1000010 0 100000 11100001 1010000 100110

Color Harmonies of #133BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133BAE

Black with #133BAE

Text Example


Text Example

White with #133BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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