Html Css Color HEX #133795 Egyptian Blue

📋 copy color: '#133795'

red 19 ◦ green 55 ◦ blue 149

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

Shades of Egyptian Blue #133795

Tints of Egyptian Blue #133795

RGB

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

 GREEN value IS 55 (21.88% from 255) = 24.66%

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

R = 8.52%
G = 24.66%
B = 66.82%

CMYK

 C value IS 0.87

 M value IS 0.63

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#133795 (or 0x133795) is known color: Egyptian Blue. HEX triplet: 13, 37 and 95. RGB value is (19,55,149). Sum of RGB (Red+Green+Blue) = 19+55+149=223 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.52% from 223); Green value is 55 (21.88% from 255 or 24.66% from 223); Blue value is 149 (58.59% from 255 or 66.82% from 223); Max value from RGB is 149 - color contains mainly: blue. Hex color #133795 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133795 is #ECC86A. Grayscale: #363636. Windows color (decimal): -15517803 or 9778963. OLE color: 9778963.

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

Color convert

RGB 19 55 149 -
CMYK 0.87 0.63 0 0.42
HSL 223.38º 0.77% 0.33% -
HSV(B) 223.38º 0.87% 0.58% -
XYZ 7.06 5.04 29.03 -
YUV 54.95 181.07 102.36 -
System Red Green Blue C M Y K H S L
Decimal 19 55 149 0.87 0.63 0 0.42 223.38 0.77 0.33
Hex 13 37 95 57 3F 0 2A DF 4D 21
Octal 23 67 225 127 77 0 52 337 115 41
Binary 10011 110111 10010101 1010111 111111 0 101010 11011111 1001101 100001

Color Harmonies of #133795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133795

Black with #133795

Text Example


Text Example

White with #133795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133795; }

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

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

background-color css

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

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

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

border-color css

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

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

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