Html Css Color HEX #133392 Egyptian Blue

📋 copy color: '#133392'

red 19 ◦ green 51 ◦ blue 146

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

Shades of Egyptian Blue #133392

Tints of Egyptian Blue #133392

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.61%

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

R = 8.8%
G = 23.61%
B = 67.59%

CMYK

 C value IS 0.87

 M value IS 0.65

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#133392 (or 0x133392) is known color: Egyptian Blue. HEX triplet: 13, 33 and 92. RGB value is (19,51,146). Sum of RGB (Red+Green+Blue) = 19+51+146=216 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.80% from 216); Green value is 51 (20.31% from 255 or 23.61% from 216); Blue value is 146 (57.42% from 255 or 67.59% from 216); Max value from RGB is 146 - color contains mainly: blue. Hex color #133392 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133392 is #ECCC6D. Grayscale: #333333. Windows color (decimal): -15518830 or 9581331. OLE color: 9581331.

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

Color convert

RGB 19 51 146 -
CMYK 0.87 0.65 0 0.43
HSL 224.88º 0.77% 0.32% -
HSV(B) 224.88º 0.87% 0.57% -
XYZ 6.64 4.58 27.73 -
YUV 52.26 180.9 104.28 -
System Red Green Blue C M Y K H S L
Decimal 19 51 146 0.87 0.65 0 0.43 224.88 0.77 0.32
Hex 13 33 92 57 41 0 2B E1 4D 20
Octal 23 63 222 127 101 0 53 341 115 40
Binary 10011 110011 10010010 1010111 1000001 0 101011 11100001 1001101 100000

Color Harmonies of #133392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133392

Black with #133392

Text Example


Text Example

White with #133392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133392; }

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

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

background-color css

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

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

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

border-color css

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

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

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