Html Css Color HEX #132DB0 Egyptian Blue

📋 copy color: '#132DB0'

red 19 ◦ green 45 ◦ blue 176

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

Shades of Egyptian Blue #132DB0

Tints of Egyptian Blue #132DB0

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.75%

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

R = 7.92%
G = 18.75%
B = 73.33%

CMYK

 C value IS 0.89

 M value IS 0.74

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#132DB0 (or 0x132DB0) is known color: Egyptian Blue. HEX triplet: 13, 2D and B0. RGB value is (19,45,176). Sum of RGB (Red+Green+Blue) = 19+45+176=240 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.92% from 240); Green value is 45 (17.97% from 255 or 18.75% from 240); Blue value is 176 (69.14% from 255 or 73.33% from 240); Max value from RGB is 176 - color contains mainly: blue. Hex color #132DB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132DB0 is #ECD24F. Grayscale: #333333. Windows color (decimal): -15520336 or 11545875. OLE color: 11545875.

HSL color Cylindrical-coordinate representation of color #132DB0: hue angle of 230.06º 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 #132DB0 is Cyan = 0.89, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 19 45 176 -
CMYK 0.89 0.74 0 0.31
HSL 230.06º 0.81% 0.38% -
HSV(B) 230.06º 0.89% 0.69% -
XYZ 9.04 5.15 41.59 -
YUV 52.16 197.89 104.35 -
System Red Green Blue C M Y K H S L
Decimal 19 45 176 0.89 0.74 0 0.31 230.06 0.81 0.38
Hex 13 2D B0 59 4A 0 1F E6 51 26
Octal 23 55 260 131 112 0 37 346 121 46
Binary 10011 101101 10110000 1011001 1001010 0 11111 11100110 1010001 100110

Color Harmonies of #132DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132DB0

Black with #132DB0

Text Example


Text Example

White with #132DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132DB0; }

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

 H1.HeaderClassName
 {
   color: #132DB0;
 }
 .AnyTagClassName
 {
   color: #132DB0;
 }
</style>

background-color css

<style>
 a { background-color: #132DB0; }

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

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

border-color css

<style>
 span { border-color: #132DB0; }

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

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