Html Css Color HEX #133C94 Egyptian Blue

📋 copy color: '#133C94'

red 19 ◦ green 60 ◦ blue 148

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

Shades of Egyptian Blue #133C94

Tints of Egyptian Blue #133C94

RGB

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

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

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

R = 8.37%
G = 26.43%
B = 65.2%

CMYK

 C value IS 0.87

 M value IS 0.59

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#133C94 (or 0x133C94) is known color: Egyptian Blue. HEX triplet: 13, 3C and 94. RGB value is (19,60,148). Sum of RGB (Red+Green+Blue) = 19+60+148=227 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.37% from 227); Green value is 60 (23.83% from 255 or 26.43% from 227); Blue value is 148 (58.20% from 255 or 65.20% from 227); Max value from RGB is 148 - color contains mainly: blue. Hex color #133C94 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133C94 is #ECC36B. Grayscale: #393939. Windows color (decimal): -15516524 or 9714707. OLE color: 9714707.

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

Color convert

RGB 19 60 148 -
CMYK 0.87 0.59 0 0.42
HSL 220.93º 0.77% 0.33% -
HSV(B) 220.93º 0.87% 0.58% -
XYZ 7.23 5.51 28.7 -
YUV 57.77 178.92 100.34 -
System Red Green Blue C M Y K H S L
Decimal 19 60 148 0.87 0.59 0 0.42 220.93 0.77 0.33
Hex 13 3C 94 57 3B 0 2A DD 4D 21
Octal 23 74 224 127 73 0 52 335 115 41
Binary 10011 111100 10010100 1010111 111011 0 101010 11011101 1001101 100001

Color Harmonies of #133C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133C94

Black with #133C94

Text Example


Text Example

White with #133C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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