Html Css Color HEX #133292 Egyptian Blue

📋 copy color: '#133292'

red 19 ◦ green 50 ◦ blue 146

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

Shades of Egyptian Blue #133292

Tints of Egyptian Blue #133292

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.26%

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

R = 8.84%
G = 23.26%
B = 67.91%

CMYK

 C value IS 0.87

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#133292 (or 0x133292) is known color: Egyptian Blue. HEX triplet: 13, 32 and 92. RGB value is (19,50,146). Sum of RGB (Red+Green+Blue) = 19+50+146=215 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.84% from 215); Green value is 50 (19.92% from 255 or 23.26% from 215); Blue value is 146 (57.42% from 255 or 67.91% from 215); Max value from RGB is 146 - color contains mainly: blue. Hex color #133292 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133292 is #ECCD6D. Grayscale: #333333. Windows color (decimal): -15519086 or 9581075. OLE color: 9581075.

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

Color convert

RGB 19 50 146 -
CMYK 0.87 0.66 0 0.43
HSL 225.35º 0.77% 0.32% -
HSV(B) 225.35º 0.87% 0.57% -
XYZ 6.6 4.49 27.71 -
YUV 51.68 181.23 104.69 -
System Red Green Blue C M Y K H S L
Decimal 19 50 146 0.87 0.66 0 0.43 225.35 0.77 0.32
Hex 13 32 92 57 42 0 2B E1 4D 20
Octal 23 62 222 127 102 0 53 341 115 40
Binary 10011 110010 10010010 1010111 1000010 0 101011 11100001 1001101 100000

Color Harmonies of #133292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133292

Black with #133292

Text Example


Text Example

White with #133292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133292; }

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

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

background-color css

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

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

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

border-color css

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

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

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