Html Css Color HEX #132294 Egyptian Blue

📋 copy color: '#132294'

red 19 ◦ green 34 ◦ blue 148

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

Shades of Egyptian Blue #132294

Tints of Egyptian Blue #132294

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.92%

 BLUE value IS 148 (58.2% from 255) = 73.63%

R = 9.45%
G = 16.92%
B = 73.63%

CMYK

 C value IS 0.87

 M value IS 0.77

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#132294 (or 0x132294) is known color: Egyptian Blue. HEX triplet: 13, 22 and 94. RGB value is (19,34,148). Sum of RGB (Red+Green+Blue) = 19+34+148=201 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.45% from 201); Green value is 34 (13.67% from 255 or 16.92% from 201); Blue value is 148 (58.20% from 255 or 73.63% from 201); Max value from RGB is 148 - color contains mainly: blue. Hex color #132294 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132294 is #ECDD6B. Grayscale: #2A2A2A. Windows color (decimal): -15523180 or 9708051. OLE color: 9708051.

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

Color convert

RGB 19 34 148 -
CMYK 0.87 0.77 0 0.42
HSL 233.02º 0.77% 0.33% -
HSV(B) 233.02º 0.87% 0.58% -
XYZ 6.19 3.42 28.35 -
YUV 42.51 187.53 111.23 -
System Red Green Blue C M Y K H S L
Decimal 19 34 148 0.87 0.77 0 0.42 233.02 0.77 0.33
Hex 13 22 94 57 4D 0 2A E9 4D 21
Octal 23 42 224 127 115 0 52 351 115 41
Binary 10011 100010 10010100 1010111 1001101 0 101010 11101001 1001101 100001

Color Harmonies of #132294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132294

Black with #132294

Text Example


Text Example

White with #132294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132294; }

 p { color: rgb(19,34,148); }

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

background-color css

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

 a { background-color: rgb(19,34,148); }

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

border-color css

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

 span { border-color: rgb(19,34,148); }

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