Html Css Color HEX #133AB0 Egyptian Blue

📋 copy color: '#133AB0'

red 19 ◦ green 58 ◦ blue 176

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

Shades of Egyptian Blue #133AB0

Tints of Egyptian Blue #133AB0

RGB

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

 GREEN value IS 58 (23.05% from 255) = 22.92%

 BLUE value IS 176 (69.14% from 255) = 69.57%

R = 7.51%
G = 22.92%
B = 69.57%

CMYK

 C value IS 0.89

 M value IS 0.67

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#133AB0 (or 0x133AB0) is known color: Egyptian Blue. HEX triplet: 13, 3A and B0. RGB value is (19,58,176). Sum of RGB (Red+Green+Blue) = 19+58+176=253 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.51% from 253); Green value is 58 (23.05% from 255 or 22.92% from 253); Blue value is 176 (69.14% from 255 or 69.57% from 253); Max value from RGB is 176 - color contains mainly: blue. Hex color #133AB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133AB0 is #ECC54F. Grayscale: #3B3B3B. Windows color (decimal): -15517008 or 11549203. OLE color: 11549203.

HSL color Cylindrical-coordinate representation of color #133AB0: hue angle of 225.1º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #133AB0 is Cyan = 0.89, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 19 58 176 -
CMYK 0.89 0.67 0 0.31
HSL 225.1º 0.81% 0.38% -
HSV(B) 225.1º 0.89% 0.69% -
XYZ 9.62 6.3 41.78 -
YUV 59.79 193.58 98.91 -
System Red Green Blue C M Y K H S L
Decimal 19 58 176 0.89 0.67 0 0.31 225.1 0.81 0.38
Hex 13 3A B0 59 43 0 1F E1 51 26
Octal 23 72 260 131 103 0 37 341 121 46
Binary 10011 111010 10110000 1011001 1000011 0 11111 11100001 1010001 100110

Color Harmonies of #133AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133AB0

Black with #133AB0

Text Example


Text Example

White with #133AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,58,176); }

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

background-color css

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

 a { background-color: rgb(19,58,176); }

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

border-color css

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

 span { border-color: rgb(19,58,176); }

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