Html Css Color HEX #133792 Egyptian Blue

📋 copy color: '#133792'

red 19 ◦ green 55 ◦ blue 146

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

Shades of Egyptian Blue #133792

Tints of Egyptian Blue #133792

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25%

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

R = 8.64%
G = 25%
B = 66.36%

CMYK

 C value IS 0.87

 M value IS 0.62

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#133792 (or 0x133792) is known color: Egyptian Blue. HEX triplet: 13, 37 and 92. RGB value is (19,55,146). Sum of RGB (Red+Green+Blue) = 19+55+146=220 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.64% from 220); Green value is 55 (21.88% from 255 or 25% from 220); Blue value is 146 (57.42% from 255 or 66.36% from 220); Max value from RGB is 146 - color contains mainly: blue. Hex color #133792 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133792 is #ECC86D. Grayscale: #363636. Windows color (decimal): -15517806 or 9582355. OLE color: 9582355.

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

Color convert

RGB 19 55 146 -
CMYK 0.87 0.62 0 0.43
HSL 222.99º 0.77% 0.32% -
HSV(B) 222.99º 0.87% 0.57% -
XYZ 6.82 4.95 27.79 -
YUV 54.61 179.57 102.6 -
System Red Green Blue C M Y K H S L
Decimal 19 55 146 0.87 0.62 0 0.43 222.99 0.77 0.32
Hex 13 37 92 57 3E 0 2B DF 4D 20
Octal 23 67 222 127 76 0 53 337 115 40
Binary 10011 110111 10010010 1010111 111110 0 101011 11011111 1001101 100000

Color Harmonies of #133792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133792

Black with #133792

Text Example


Text Example

White with #133792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133792; }

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

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

background-color css

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

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

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

border-color css

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

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

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