Html Css Color HEX #133F95 Egyptian Blue

📋 copy color: '#133F95'

red 19 ◦ green 63 ◦ blue 149

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

Shades of Egyptian Blue #133F95

Tints of Egyptian Blue #133F95

RGB

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

 GREEN value IS 63 (25% from 255) = 27.27%

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

R = 8.23%
G = 27.27%
B = 64.5%

CMYK

 C value IS 0.87

 M value IS 0.58

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#133F95 (or 0x133F95) is known color: Egyptian Blue. HEX triplet: 13, 3F and 95. RGB value is (19,63,149). Sum of RGB (Red+Green+Blue) = 19+63+149=231 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.23% from 231); Green value is 63 (25% from 255 or 27.27% from 231); Blue value is 149 (58.59% from 255 or 64.50% from 231); Max value from RGB is 149 - color contains mainly: blue. Hex color #133F95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133F95 is #ECC06A. Grayscale: #3B3B3B. Windows color (decimal): -15515755 or 9781011. OLE color: 9781011.

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

Color convert

RGB 19 63 149 -
CMYK 0.87 0.58 0 0.42
HSL 219.69º 0.77% 0.33% -
HSV(B) 219.69º 0.87% 0.58% -
XYZ 7.47 5.86 29.17 -
YUV 59.65 178.42 99.01 -
System Red Green Blue C M Y K H S L
Decimal 19 63 149 0.87 0.58 0 0.42 219.69 0.77 0.33
Hex 13 3F 95 57 3A 0 2A DC 4D 21
Octal 23 77 225 127 72 0 52 334 115 41
Binary 10011 111111 10010101 1010111 111010 0 101010 11011100 1001101 100001

Color Harmonies of #133F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133F95

Black with #133F95

Text Example


Text Example

White with #133F95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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