Html Css Color HEX #133995 Egyptian Blue

📋 copy color: '#133995'

red 19 ◦ green 57 ◦ blue 149

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

Shades of Egyptian Blue #133995

Tints of Egyptian Blue #133995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 66.22%

R = 8.44%
G = 25.33%
B = 66.22%

CMYK

 C value IS 0.87

 M value IS 0.62

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#133995 (or 0x133995) is known color: Egyptian Blue. HEX triplet: 13, 39 and 95. RGB value is (19,57,149). Sum of RGB (Red+Green+Blue) = 19+57+149=225 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.44% from 225); Green value is 57 (22.66% from 255 or 25.33% from 225); Blue value is 149 (58.59% from 255 or 66.22% from 225); Max value from RGB is 149 - color contains mainly: blue. Hex color #133995 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133995 is #ECC66A. Grayscale: #373737. Windows color (decimal): -15517291 or 9779475. OLE color: 9779475.

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

Color convert

RGB 19 57 149 -
CMYK 0.87 0.62 0 0.42
HSL 222.46º 0.77% 0.33% -
HSV(B) 222.46º 0.87% 0.58% -
XYZ 7.16 5.23 29.07 -
YUV 56.13 180.41 101.52 -
System Red Green Blue C M Y K H S L
Decimal 19 57 149 0.87 0.62 0 0.42 222.46 0.77 0.33
Hex 13 39 95 57 3E 0 2A DE 4D 21
Octal 23 71 225 127 76 0 52 336 115 41
Binary 10011 111001 10010101 1010111 111110 0 101010 11011110 1001101 100001

Color Harmonies of #133995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133995

Black with #133995

Text Example


Text Example

White with #133995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133995; }

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

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

background-color css

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

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

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

border-color css

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

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

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