Html Css Color HEX #133093 Egyptian Blue

📋 copy color: '#133093'

red 19 ◦ green 48 ◦ blue 147

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

Shades of Egyptian Blue #133093

Tints of Egyptian Blue #133093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 68.69%

R = 8.88%
G = 22.43%
B = 68.69%

CMYK

 C value IS 0.87

 M value IS 0.67

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#133093 (or 0x133093) is known color: Egyptian Blue. HEX triplet: 13, 30 and 93. RGB value is (19,48,147). Sum of RGB (Red+Green+Blue) = 19+48+147=214 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.88% from 214); Green value is 48 (19.14% from 255 or 22.43% from 214); Blue value is 147 (57.81% from 255 or 68.69% from 214); Max value from RGB is 147 - color contains mainly: blue. Hex color #133093 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133093 is #ECCF6C. Grayscale: #323232. Windows color (decimal): -15519597 or 9646099. OLE color: 9646099.

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

Color convert

RGB 19 48 147 -
CMYK 0.87 0.67 0 0.42
HSL 226.41º 0.77% 0.33% -
HSV(B) 226.41º 0.87% 0.58% -
XYZ 6.59 4.36 28.1 -
YUV 50.62 182.39 105.45 -
System Red Green Blue C M Y K H S L
Decimal 19 48 147 0.87 0.67 0 0.42 226.41 0.77 0.33
Hex 13 30 93 57 43 0 2A E2 4D 21
Octal 23 60 223 127 103 0 52 342 115 41
Binary 10011 110000 10010011 1010111 1000011 0 101010 11100010 1001101 100001

Color Harmonies of #133093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133093

Black with #133093

Text Example


Text Example

White with #133093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133093; }

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

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

background-color css

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

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

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

border-color css

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

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

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