Html Css Color HEX #132C92 Egyptian Blue

📋 copy color: '#132C92'

red 19 ◦ green 44 ◦ blue 146

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

Shades of Egyptian Blue #132C92

Tints of Egyptian Blue #132C92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 69.86%

R = 9.09%
G = 21.05%
B = 69.86%

CMYK

 C value IS 0.87

 M value IS 0.70

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#132C92 (or 0x132C92) is known color: Egyptian Blue. HEX triplet: 13, 2C and 92. RGB value is (19,44,146). Sum of RGB (Red+Green+Blue) = 19+44+146=209 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.09% from 209); Green value is 44 (17.58% from 255 or 21.05% from 209); Blue value is 146 (57.42% from 255 or 69.86% from 209); Max value from RGB is 146 - color contains mainly: blue. Hex color #132C92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132C92 is #ECD36D. Grayscale: #2F2F2F. Windows color (decimal): -15520622 or 9579539. OLE color: 9579539.

HSL color Cylindrical-coordinate representation of color #132C92: hue angle of 228.19º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #132C92 is Cyan = 0.87, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 19 44 146 -
CMYK 0.87 0.70 0 0.43
HSL 228.19º 0.77% 0.32% -
HSV(B) 228.19º 0.87% 0.57% -
XYZ 6.36 4.02 27.63 -
YUV 48.15 183.22 107.21 -
System Red Green Blue C M Y K H S L
Decimal 19 44 146 0.87 0.70 0 0.43 228.19 0.77 0.32
Hex 13 2C 92 57 46 0 2B E4 4D 20
Octal 23 54 222 127 106 0 53 344 115 40
Binary 10011 101100 10010010 1010111 1000110 0 101011 11100100 1001101 100000

Color Harmonies of #132C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132C92

Black with #132C92

Text Example


Text Example

White with #132C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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