Html Css Color HEX #133994 Egyptian Blue

📋 copy color: '#133994'

red 19 ◦ green 57 ◦ blue 148

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

Shades of Egyptian Blue #133994

Tints of Egyptian Blue #133994

RGB

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

 GREEN value IS 57 (22.66% from 255) = 25.45%

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

R = 8.48%
G = 25.45%
B = 66.07%

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

#133994 (or 0x133994) is known color: Egyptian Blue. HEX triplet: 13, 39 and 94. RGB value is (19,57,148). Sum of RGB (Red+Green+Blue) = 19+57+148=224 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.48% from 224); Green value is 57 (22.66% from 255 or 25.45% from 224); Blue value is 148 (58.20% from 255 or 66.07% from 224); Max value from RGB is 148 - color contains mainly: blue. Hex color #133994 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133994 is #ECC66B. Grayscale: #373737. Windows color (decimal): -15517292 or 9713939. OLE color: 9713939.

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

Color convert

RGB 19 57 148 -
CMYK 0.87 0.61 0 0.42
HSL 222.33º 0.77% 0.33% -
HSV(B) 222.33º 0.87% 0.58% -
XYZ 7.08 5.2 28.65 -
YUV 56.01 179.91 101.6 -
System Red Green Blue C M Y K H S L
Decimal 19 57 148 0.87 0.61 0 0.42 222.33 0.77 0.33
Hex 13 39 94 57 3D 0 2A DE 4D 21
Octal 23 71 224 127 75 0 52 336 115 41
Binary 10011 111001 10010100 1010111 111101 0 101010 11011110 1001101 100001

Color Harmonies of #133994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133994

Black with #133994

Text Example


Text Example

White with #133994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133994; }

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

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

background-color css

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

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

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

border-color css

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

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

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