Html Css Color HEX #133DAC Egyptian Blue

📋 copy color: '#133DAC'

red 19 ◦ green 61 ◦ blue 172

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

Shades of Egyptian Blue #133DAC

Tints of Egyptian Blue #133DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 68.25%

R = 7.54%
G = 24.21%
B = 68.25%

CMYK

 C value IS 0.89

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#133DAC (or 0x133DAC) is known color: Egyptian Blue. HEX triplet: 13, 3D and AC. RGB value is (19,61,172). Sum of RGB (Red+Green+Blue) = 19+61+172=252 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.54% from 252); Green value is 61 (24.22% from 255 or 24.21% from 252); Blue value is 172 (67.58% from 255 or 68.25% from 252); Max value from RGB is 172 - color contains mainly: blue. Hex color #133DAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133DAC is #ECC253. Grayscale: #3C3C3C. Windows color (decimal): -15516244 or 11287827. OLE color: 11287827.

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

Color convert

RGB 19 61 172 -
CMYK 0.89 0.65 0 0.33
HSL 223.53º 0.8% 0.37% -
HSV(B) 223.53º 0.89% 0.67% -
XYZ 9.38 6.45 39.78 -
YUV 61.1 190.59 97.97 -
System Red Green Blue C M Y K H S L
Decimal 19 61 172 0.89 0.65 0 0.33 223.53 0.8 0.37
Hex 13 3D AC 59 41 0 21 E0 50 25
Octal 23 75 254 131 101 0 41 340 120 45
Binary 10011 111101 10101100 1011001 1000001 0 100001 11100000 1010000 100101

Color Harmonies of #133DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133DAC

Black with #133DAC

Text Example


Text Example

White with #133DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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