Html Css Color HEX #132F93 Egyptian Blue

📋 copy color: '#132F93'

red 19 ◦ green 47 ◦ blue 147

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

Shades of Egyptian Blue #132F93

Tints of Egyptian Blue #132F93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 69.01%

R = 8.92%
G = 22.07%
B = 69.01%

CMYK

 C value IS 0.87

 M value IS 0.68

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#132F93 (or 0x132F93) is known color: Egyptian Blue. HEX triplet: 13, 2F and 93. RGB value is (19,47,147). Sum of RGB (Red+Green+Blue) = 19+47+147=213 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.92% from 213); Green value is 47 (18.75% from 255 or 22.07% from 213); Blue value is 147 (57.81% from 255 or 69.01% from 213); Max value from RGB is 147 - color contains mainly: blue. Hex color #132F93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132F93 is #ECD06C. Grayscale: #313131. Windows color (decimal): -15519853 or 9645843. OLE color: 9645843.

HSL color Cylindrical-coordinate representation of color #132F93: hue angle of 226.88º 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 #132F93 is Cyan = 0.87, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 19 47 147 -
CMYK 0.87 0.68 0 0.42
HSL 226.88º 0.77% 0.33% -
HSV(B) 226.88º 0.87% 0.58% -
XYZ 6.55 4.28 28.08 -
YUV 50.03 182.72 105.87 -
System Red Green Blue C M Y K H S L
Decimal 19 47 147 0.87 0.68 0 0.42 226.88 0.77 0.33
Hex 13 2F 93 57 44 0 2A E3 4D 21
Octal 23 57 223 127 104 0 52 343 115 41
Binary 10011 101111 10010011 1010111 1000100 0 101010 11100011 1001101 100001

Color Harmonies of #132F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132F93

Black with #132F93

Text Example


Text Example

White with #132F93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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