Html Css Color HEX #133D94 Egyptian Blue

📋 copy color: '#133D94'

red 19 ◦ green 61 ◦ blue 148

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

Shades of Egyptian Blue #133D94

Tints of Egyptian Blue #133D94

RGB

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

 GREEN value IS 61 (24.22% from 255) = 26.75%

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

R = 8.33%
G = 26.75%
B = 64.91%

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

#133D94 (or 0x133D94) is known color: Egyptian Blue. HEX triplet: 13, 3D and 94. RGB value is (19,61,148). Sum of RGB (Red+Green+Blue) = 19+61+148=228 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.33% from 228); Green value is 61 (24.22% from 255 or 26.75% from 228); Blue value is 148 (58.20% from 255 or 64.91% from 228); Max value from RGB is 148 - color contains mainly: blue. Hex color #133D94 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133D94 is #ECC26B. Grayscale: #393939. Windows color (decimal): -15516268 or 9714963. OLE color: 9714963.

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

Color convert

RGB 19 61 148 -
CMYK 0.87 0.59 0 0.42
HSL 220.47º 0.77% 0.33% -
HSV(B) 220.47º 0.87% 0.58% -
XYZ 7.28 5.61 28.72 -
YUV 58.36 178.59 99.93 -
System Red Green Blue C M Y K H S L
Decimal 19 61 148 0.87 0.59 0 0.42 220.47 0.77 0.33
Hex 13 3D 94 57 3B 0 2A DC 4D 21
Octal 23 75 224 127 73 0 52 334 115 41
Binary 10011 111101 10010100 1010111 111011 0 101010 11011100 1001101 100001

Color Harmonies of #133D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133D94

Black with #133D94

Text Example


Text Example

White with #133D94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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