Html Css Color HEX #133094 Egyptian Blue

📋 copy color: '#133094'

red 19 ◦ green 48 ◦ blue 148

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

Shades of Egyptian Blue #133094

Tints of Egyptian Blue #133094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 68.84%

R = 8.84%
G = 22.33%
B = 68.84%

CMYK

 C value IS 0.87

 M value IS 0.68

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#133094 (or 0x133094) is known color: Egyptian Blue. HEX triplet: 13, 30 and 94. RGB value is (19,48,148). Sum of RGB (Red+Green+Blue) = 19+48+148=215 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.84% from 215); Green value is 48 (19.14% from 255 or 22.33% from 215); Blue value is 148 (58.20% from 255 or 68.84% from 215); Max value from RGB is 148 - color contains mainly: blue. Hex color #133094 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133094 is #ECCF6B. Grayscale: #323232. Windows color (decimal): -15519596 or 9711635. OLE color: 9711635.

HSL color Cylindrical-coordinate representation of color #133094: hue angle of 226.51º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #133094 is Cyan = 0.87, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 19 48 148 -
CMYK 0.87 0.68 0 0.42
HSL 226.51º 0.77% 0.33% -
HSV(B) 226.51º 0.87% 0.58% -
XYZ 6.67 4.39 28.51 -
YUV 50.73 182.89 105.37 -
System Red Green Blue C M Y K H S L
Decimal 19 48 148 0.87 0.68 0 0.42 226.51 0.77 0.33
Hex 13 30 94 57 44 0 2A E3 4D 21
Octal 23 60 224 127 104 0 52 343 115 41
Binary 10011 110000 10010100 1010111 1000100 0 101010 11100011 1001101 100001

Color Harmonies of #133094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133094

Black with #133094

Text Example


Text Example

White with #133094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133094; }

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

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

background-color css

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

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

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

border-color css

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

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

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