Html Css Color HEX #133C95 Egyptian Blue

📋 copy color: '#133C95'

red 19 ◦ green 60 ◦ blue 149

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

Shades of Egyptian Blue #133C95

Tints of Egyptian Blue #133C95

RGB

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

 GREEN value IS 60 (23.83% from 255) = 26.32%

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

R = 8.33%
G = 26.32%
B = 65.35%

CMYK

 C value IS 0.87

 M value IS 0.60

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#133C95 (or 0x133C95) is known color: Egyptian Blue. HEX triplet: 13, 3C and 95. RGB value is (19,60,149). Sum of RGB (Red+Green+Blue) = 19+60+149=228 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.33% from 228); Green value is 60 (23.83% from 255 or 26.32% from 228); Blue value is 149 (58.59% from 255 or 65.35% from 228); Max value from RGB is 149 - color contains mainly: blue. Hex color #133C95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133C95 is #ECC36A. Grayscale: #393939. Windows color (decimal): -15516523 or 9780243. OLE color: 9780243.

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

Color convert

RGB 19 60 149 -
CMYK 0.87 0.60 0 0.42
HSL 221.08º 0.77% 0.33% -
HSV(B) 221.08º 0.87% 0.58% -
XYZ 7.31 5.54 29.12 -
YUV 57.89 179.42 100.26 -
System Red Green Blue C M Y K H S L
Decimal 19 60 149 0.87 0.60 0 0.42 221.08 0.77 0.33
Hex 13 3C 95 57 3C 0 2A DD 4D 21
Octal 23 74 225 127 74 0 52 335 115 41
Binary 10011 111100 10010101 1010111 111100 0 101010 11011101 1001101 100001

Color Harmonies of #133C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133C95

Black with #133C95

Text Example


Text Example

White with #133C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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