Html Css Color HEX #133F94 Egyptian Blue

📋 copy color: '#133F94'

red 19 ◦ green 63 ◦ blue 148

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

Shades of Egyptian Blue #133F94

Tints of Egyptian Blue #133F94

RGB

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

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

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

R = 8.26%
G = 27.39%
B = 64.35%

CMYK

 C value IS 0.87

 M value IS 0.57

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#133F94 (or 0x133F94) is known color: Egyptian Blue. HEX triplet: 13, 3F and 94. RGB value is (19,63,148). Sum of RGB (Red+Green+Blue) = 19+63+148=230 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.26% from 230); Green value is 63 (25% from 255 or 27.39% from 230); Blue value is 148 (58.20% from 255 or 64.35% from 230); Max value from RGB is 148 - color contains mainly: blue. Hex color #133F94 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133F94 is #ECC06B. Grayscale: #3B3B3B. Windows color (decimal): -15515756 or 9715475. OLE color: 9715475.

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

Color convert

RGB 19 63 148 -
CMYK 0.87 0.57 0 0.42
HSL 219.53º 0.77% 0.33% -
HSV(B) 219.53º 0.87% 0.58% -
XYZ 7.39 5.83 28.75 -
YUV 59.53 177.92 99.09 -
System Red Green Blue C M Y K H S L
Decimal 19 63 148 0.87 0.57 0 0.42 219.53 0.77 0.33
Hex 13 3F 94 57 39 0 2A DC 4D 21
Octal 23 77 224 127 71 0 52 334 115 41
Binary 10011 111111 10010100 1010111 111001 0 101010 11011100 1001101 100001

Color Harmonies of #133F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133F94

Black with #133F94

Text Example


Text Example

White with #133F94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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