Html Css Color HEX #132D9F Egyptian Blue

📋 copy color: '#132D9F'

red 19 ◦ green 45 ◦ blue 159

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

Shades of Egyptian Blue #132D9F

Tints of Egyptian Blue #132D9F

RGB

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

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

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

R = 8.52%
G = 20.18%
B = 71.3%

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

#132D9F (or 0x132D9F) is known color: Egyptian Blue. HEX triplet: 13, 2D and 9F. RGB value is (19,45,159). Sum of RGB (Red+Green+Blue) = 19+45+159=223 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.52% from 223); Green value is 45 (17.97% from 255 or 20.18% from 223); Blue value is 159 (62.5% from 255 or 71.30% from 223); Max value from RGB is 159 - color contains mainly: blue. Hex color #132D9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132D9F is #ECD260. Grayscale: #313131. Windows color (decimal): -15520353 or 10431763. OLE color: 10431763.

HSL color Cylindrical-coordinate representation of color #132D9F: hue angle of 228.86º 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 #132D9F is Cyan = 0.88, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 19 45 159 -
CMYK 0.88 0.72 0 0.38
HSL 228.86º 0.79% 0.35% -
HSV(B) 228.86º 0.88% 0.62% -
XYZ 7.46 4.52 33.28 -
YUV 50.22 189.39 105.73 -
System Red Green Blue C M Y K H S L
Decimal 19 45 159 0.88 0.72 0 0.38 228.86 0.79 0.35
Hex 13 2D 9F 58 48 0 26 E5 4F 23
Octal 23 55 237 130 110 0 46 345 117 43
Binary 10011 101101 10011111 1011000 1001000 0 100110 11100101 1001111 100011

Color Harmonies of #132D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132D9F

Black with #132D9F

Text Example


Text Example

White with #132D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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