Html Css Color HEX #133DAD Egyptian Blue

📋 copy color: '#133DAD'

red 19 ◦ green 61 ◦ blue 173

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

Shades of Egyptian Blue #133DAD

Tints of Egyptian Blue #133DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 68.38%

R = 7.51%
G = 24.11%
B = 68.38%

CMYK

 C value IS 0.89

 M value IS 0.65

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#133DAD (or 0x133DAD) is known color: Egyptian Blue. HEX triplet: 13, 3D and AD. RGB value is (19,61,173). Sum of RGB (Red+Green+Blue) = 19+61+173=253 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.51% from 253); Green value is 61 (24.22% from 255 or 24.11% from 253); Blue value is 173 (67.97% from 255 or 68.38% from 253); Max value from RGB is 173 - color contains mainly: blue. Hex color #133DAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133DAD is #ECC252. Grayscale: #3C3C3C. Windows color (decimal): -15516243 or 11353363. OLE color: 11353363.

HSL color Cylindrical-coordinate representation of color #133DAD: hue angle of 223.64º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #133DAD is Cyan = 0.89, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 19 61 173 -
CMYK 0.89 0.65 0 0.32
HSL 223.64º 0.8% 0.38% -
HSV(B) 223.64º 0.89% 0.68% -
XYZ 9.48 6.49 40.29 -
YUV 61.21 191.09 97.89 -
System Red Green Blue C M Y K H S L
Decimal 19 61 173 0.89 0.65 0 0.32 223.64 0.8 0.38
Hex 13 3D AD 59 41 0 20 E0 50 26
Octal 23 75 255 131 101 0 40 340 120 46
Binary 10011 111101 10101101 1011001 1000001 0 100000 11100000 1010000 100110

Color Harmonies of #133DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133DAD

Black with #133DAD

Text Example


Text Example

White with #133DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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