Html Css Color HEX #132D95 Egyptian Blue

📋 copy color: '#132D95'

red 19 ◦ green 45 ◦ blue 149

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

Shades of Egyptian Blue #132D95

Tints of Egyptian Blue #132D95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 69.95%

R = 8.92%
G = 21.13%
B = 69.95%

CMYK

 C value IS 0.87

 M value IS 0.70

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#132D95 (or 0x132D95) is known color: Egyptian Blue. HEX triplet: 13, 2D and 95. RGB value is (19,45,149). Sum of RGB (Red+Green+Blue) = 19+45+149=213 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.92% from 213); Green value is 45 (17.97% from 255 or 21.13% from 213); Blue value is 149 (58.59% from 255 or 69.95% from 213); Max value from RGB is 149 - color contains mainly: blue. Hex color #132D95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132D95 is #ECD26A. Grayscale: #303030. Windows color (decimal): -15520363 or 9776403. OLE color: 9776403.

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

Color convert

RGB 19 45 149 -
CMYK 0.87 0.70 0 0.42
HSL 228º 0.77% 0.33% -
HSV(B) 228º 0.87% 0.58% -
XYZ 6.63 4.19 28.89 -
YUV 49.08 184.39 106.54 -
System Red Green Blue C M Y K H S L
Decimal 19 45 149 0.87 0.70 0 0.42 228 0.77 0.33
Hex 13 2D 95 57 46 0 2A E4 4D 21
Octal 23 55 225 127 106 0 52 344 115 41
Binary 10011 101101 10010101 1010111 1000110 0 101010 11100100 1001101 100001

Color Harmonies of #132D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132D95

Black with #132D95

Text Example


Text Example

White with #132D95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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