Html Css Color HEX #132CB0 Egyptian Blue

📋 copy color: '#132CB0'

red 19 ◦ green 44 ◦ blue 176

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

Shades of Egyptian Blue #132CB0

Tints of Egyptian Blue #132CB0

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.41%

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

R = 7.95%
G = 18.41%
B = 73.64%

CMYK

 C value IS 0.89

 M value IS 0.75

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#132CB0 (or 0x132CB0) is known color: Egyptian Blue. HEX triplet: 13, 2C and B0. RGB value is (19,44,176). Sum of RGB (Red+Green+Blue) = 19+44+176=239 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.95% from 239); Green value is 44 (17.58% from 255 or 18.41% from 239); Blue value is 176 (69.14% from 255 or 73.64% from 239); Max value from RGB is 176 - color contains mainly: blue. Hex color #132CB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132CB0 is #ECD34F. Grayscale: #333333. Windows color (decimal): -15520592 or 11545619. OLE color: 11545619.

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

Color convert

RGB 19 44 176 -
CMYK 0.89 0.75 0 0.31
HSL 230.45º 0.81% 0.38% -
HSV(B) 230.45º 0.89% 0.69% -
XYZ 9.01 5.07 41.58 -
YUV 51.57 198.22 104.77 -
System Red Green Blue C M Y K H S L
Decimal 19 44 176 0.89 0.75 0 0.31 230.45 0.81 0.38
Hex 13 2C B0 59 4B 0 1F E6 51 26
Octal 23 54 260 131 113 0 37 346 121 46
Binary 10011 101100 10110000 1011001 1001011 0 11111 11100110 1010001 100110

Color Harmonies of #132CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132CB0

Black with #132CB0

Text Example


Text Example

White with #132CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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