Html Css Color HEX #133492 Egyptian Blue

📋 copy color: '#133492'

red 19 ◦ green 52 ◦ blue 146

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

Shades of Egyptian Blue #133492

Tints of Egyptian Blue #133492

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.96%

 BLUE value IS 146 (57.42% from 255) = 67.28%

R = 8.76%
G = 23.96%
B = 67.28%

CMYK

 C value IS 0.87

 M value IS 0.64

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#133492 (or 0x133492) is known color: Egyptian Blue. HEX triplet: 13, 34 and 92. RGB value is (19,52,146). Sum of RGB (Red+Green+Blue) = 19+52+146=217 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.76% from 217); Green value is 52 (20.70% from 255 or 23.96% from 217); Blue value is 146 (57.42% from 255 or 67.28% from 217); Max value from RGB is 146 - color contains mainly: blue. Hex color #133492 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133492 is #ECCB6D. Grayscale: #343434. Windows color (decimal): -15518574 or 9581587. OLE color: 9581587.

HSL color Cylindrical-coordinate representation of color #133492: hue angle of 224.41º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #133492 is Cyan = 0.87, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 19 52 146 -
CMYK 0.87 0.64 0 0.43
HSL 224.41º 0.77% 0.32% -
HSV(B) 224.41º 0.87% 0.57% -
XYZ 6.68 4.67 27.74 -
YUV 52.85 180.57 103.86 -
System Red Green Blue C M Y K H S L
Decimal 19 52 146 0.87 0.64 0 0.43 224.41 0.77 0.32
Hex 13 34 92 57 40 0 2B E0 4D 20
Octal 23 64 222 127 100 0 53 340 115 40
Binary 10011 110100 10010010 1010111 1000000 0 101011 11100000 1001101 100000

Color Harmonies of #133492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133492

Black with #133492

Text Example


Text Example

White with #133492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133492; }

 p { color: rgb(19,52,146); }

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

background-color css

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

 a { background-color: rgb(19,52,146); }

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

border-color css

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

 span { border-color: rgb(19,52,146); }

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