Html Css Color HEX #132FB3 Egyptian Blue

📋 copy color: '#132FB3'

red 19 ◦ green 47 ◦ blue 179

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

Shades of Egyptian Blue #132FB3

Tints of Egyptian Blue #132FB3

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.18%

 BLUE value IS 179 (70.31% from 255) = 73.06%

R = 7.76%
G = 19.18%
B = 73.06%

CMYK

 C value IS 0.89

 M value IS 0.74

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#132FB3 (or 0x132FB3) is known color: Egyptian Blue. HEX triplet: 13, 2F and B3. RGB value is (19,47,179). Sum of RGB (Red+Green+Blue) = 19+47+179=245 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.76% from 245); Green value is 47 (18.75% from 255 or 19.18% from 245); Blue value is 179 (70.31% from 255 or 73.06% from 245); Max value from RGB is 179 - color contains mainly: blue. Hex color #132FB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #132FB3 is #ECD04C. Grayscale: #353535. Windows color (decimal): -15519821 or 11742995. OLE color: 11742995.

HSL color Cylindrical-coordinate representation of color #132FB3: hue angle of 229.5º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #132FB3 is Cyan = 0.89, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 19 47 179 -
CMYK 0.89 0.74 0 0.30
HSL 229.5º 0.81% 0.39% -
HSV(B) 229.5º 0.89% 0.7% -
XYZ 9.42 5.43 43.2 -
YUV 53.68 198.72 103.27 -
System Red Green Blue C M Y K H S L
Decimal 19 47 179 0.89 0.74 0 0.30 229.5 0.81 0.39
Hex 13 2F B3 59 4A 0 1E E6 51 27
Octal 23 57 263 131 112 0 36 346 121 47
Binary 10011 101111 10110011 1011001 1001010 0 11110 11100110 1010001 100111

Color Harmonies of #132FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132FB3

Black with #132FB3

Text Example


Text Example

White with #132FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,47,179); }

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

background-color css

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

 a { background-color: rgb(19,47,179); }

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

border-color css

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

 span { border-color: rgb(19,47,179); }

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