Html Css Color HEX #133092 Egyptian Blue

📋 copy color: '#133092'

red 19 ◦ green 48 ◦ blue 146

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

Shades of Egyptian Blue #133092

Tints of Egyptian Blue #133092

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.54%

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

R = 8.92%
G = 22.54%
B = 68.54%

CMYK

 C value IS 0.87

 M value IS 0.67

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#133092 (or 0x133092) is known color: Egyptian Blue. HEX triplet: 13, 30 and 92. RGB value is (19,48,146). Sum of RGB (Red+Green+Blue) = 19+48+146=213 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.92% from 213); Green value is 48 (19.14% from 255 or 22.54% from 213); Blue value is 146 (57.42% from 255 or 68.54% from 213); Max value from RGB is 146 - color contains mainly: blue. Hex color #133092 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133092 is #ECCF6D. Grayscale: #323232. Windows color (decimal): -15519598 or 9580563. OLE color: 9580563.

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

Color convert

RGB 19 48 146 -
CMYK 0.87 0.67 0 0.43
HSL 226.3º 0.77% 0.32% -
HSV(B) 226.3º 0.87% 0.57% -
XYZ 6.51 4.33 27.69 -
YUV 50.5 181.89 105.53 -
System Red Green Blue C M Y K H S L
Decimal 19 48 146 0.87 0.67 0 0.43 226.3 0.77 0.32
Hex 13 30 92 57 43 0 2B E2 4D 20
Octal 23 60 222 127 103 0 53 342 115 40
Binary 10011 110000 10010010 1010111 1000011 0 101011 11100010 1001101 100000

Color Harmonies of #133092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133092

Black with #133092

Text Example


Text Example

White with #133092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133092; }

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

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

background-color css

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

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

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

border-color css

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

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

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