Html Css Color HEX #132C9F Egyptian Blue

📋 copy color: '#132C9F'

red 19 ◦ green 44 ◦ blue 159

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

Shades of Egyptian Blue #132C9F

Tints of Egyptian Blue #132C9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 71.62%

R = 8.56%
G = 19.82%
B = 71.62%

CMYK

 C value IS 0.88

 M value IS 0.72

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#132C9F (or 0x132C9F) is known color: Egyptian Blue. HEX triplet: 13, 2C and 9F. RGB value is (19,44,159). Sum of RGB (Red+Green+Blue) = 19+44+159=222 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.56% from 222); Green value is 44 (17.58% from 255 or 19.82% from 222); Blue value is 159 (62.5% from 255 or 71.62% from 222); Max value from RGB is 159 - color contains mainly: blue. Hex color #132C9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132C9F is #ECD360. Grayscale: #313131. Windows color (decimal): -15520609 or 10431507. OLE color: 10431507.

HSL color Cylindrical-coordinate representation of color #132C9F: hue angle of 229.29º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #132C9F is Cyan = 0.88, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 19 44 159 -
CMYK 0.88 0.72 0 0.38
HSL 229.29º 0.79% 0.35% -
HSV(B) 229.29º 0.88% 0.62% -
XYZ 7.43 4.44 33.27 -
YUV 49.64 189.72 106.15 -
System Red Green Blue C M Y K H S L
Decimal 19 44 159 0.88 0.72 0 0.38 229.29 0.79 0.35
Hex 13 2C 9F 58 48 0 26 E5 4F 23
Octal 23 54 237 130 110 0 46 345 117 43
Binary 10011 101100 10011111 1011000 1001000 0 100110 11100101 1001111 100011

Color Harmonies of #132C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132C9F

Black with #132C9F

Text Example


Text Example

White with #132C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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