Html Css Color HEX #133DA3 Egyptian Blue

📋 copy color: '#133DA3'

red 19 ◦ green 61 ◦ blue 163

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

Shades of Egyptian Blue #133DA3

Tints of Egyptian Blue #133DA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 67.08%

R = 7.82%
G = 25.1%
B = 67.08%

CMYK

 C value IS 0.88

 M value IS 0.63

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#133DA3 (or 0x133DA3) is known color: Egyptian Blue. HEX triplet: 13, 3D and A3. RGB value is (19,61,163). Sum of RGB (Red+Green+Blue) = 19+61+163=243 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.82% from 243); Green value is 61 (24.22% from 255 or 25.10% from 243); Blue value is 163 (64.06% from 255 or 67.08% from 243); Max value from RGB is 163 - color contains mainly: blue. Hex color #133DA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133DA3 is #ECC25C. Grayscale: #3B3B3B. Windows color (decimal): -15516253 or 10698003. OLE color: 10698003.

HSL color Cylindrical-coordinate representation of color #133DA3: hue angle of 222.5º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #133DA3 is Cyan = 0.88, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 19 61 163 -
CMYK 0.88 0.63 0 0.36
HSL 222.5º 0.79% 0.36% -
HSV(B) 222.5º 0.88% 0.64% -
XYZ 8.55 6.12 35.38 -
YUV 60.07 186.09 98.71 -
System Red Green Blue C M Y K H S L
Decimal 19 61 163 0.88 0.63 0 0.36 222.5 0.79 0.36
Hex 13 3D A3 58 3F 0 24 DE 4F 24
Octal 23 75 243 130 77 0 44 336 117 44
Binary 10011 111101 10100011 1011000 111111 0 100100 11011110 1001111 100100

Color Harmonies of #133DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133DA3

Black with #133DA3

Text Example


Text Example

White with #133DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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