Html Css Color HEX #133A93 Egyptian Blue

📋 copy color: '#133A93'

red 19 ◦ green 58 ◦ blue 147

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

Shades of Egyptian Blue #133A93

Tints of Egyptian Blue #133A93

RGB

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

 GREEN value IS 58 (23.05% from 255) = 25.89%

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

R = 8.48%
G = 25.89%
B = 65.63%

CMYK

 C value IS 0.87

 M value IS 0.61

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#133A93 (or 0x133A93) is known color: Egyptian Blue. HEX triplet: 13, 3A and 93. RGB value is (19,58,147). Sum of RGB (Red+Green+Blue) = 19+58+147=224 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.48% from 224); Green value is 58 (23.05% from 255 or 25.89% from 224); Blue value is 147 (57.81% from 255 or 65.62% from 224); Max value from RGB is 147 - color contains mainly: blue. Hex color #133A93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133A93 is #ECC56C. Grayscale: #383838. Windows color (decimal): -15517037 or 9648659. OLE color: 9648659.

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

Color convert

RGB 19 58 147 -
CMYK 0.87 0.61 0 0.42
HSL 221.72º 0.77% 0.33% -
HSV(B) 221.72º 0.87% 0.58% -
XYZ 7.05 5.27 28.25 -
YUV 56.49 179.08 101.26 -
System Red Green Blue C M Y K H S L
Decimal 19 58 147 0.87 0.61 0 0.42 221.72 0.77 0.33
Hex 13 3A 93 57 3D 0 2A DE 4D 21
Octal 23 72 223 127 75 0 52 336 115 41
Binary 10011 111010 10010011 1010111 111101 0 101010 11011110 1001101 100001

Color Harmonies of #133A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133A93

Black with #133A93

Text Example


Text Example

White with #133A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133A93; }

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

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

background-color css

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

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

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

border-color css

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

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

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