Html Css Color HEX #133BA3 Egyptian Blue

📋 copy color: '#133BA3'

red 19 ◦ green 59 ◦ blue 163

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

Shades of Egyptian Blue #133BA3

Tints of Egyptian Blue #133BA3

RGB

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

 GREEN value IS 59 (23.44% from 255) = 24.48%

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

R = 7.88%
G = 24.48%
B = 67.63%

CMYK

 C value IS 0.88

 M value IS 0.64

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#133BA3 (or 0x133BA3) is known color: Egyptian Blue. HEX triplet: 13, 3B and A3. RGB value is (19,59,163). Sum of RGB (Red+Green+Blue) = 19+59+163=241 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.88% from 241); Green value is 59 (23.44% from 255 or 24.48% from 241); Blue value is 163 (64.06% from 255 or 67.63% from 241); Max value from RGB is 163 - color contains mainly: blue. Hex color #133BA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133BA3 is #ECC45C. Grayscale: #3A3A3A. Windows color (decimal): -15516765 or 10697491. OLE color: 10697491.

HSL color Cylindrical-coordinate representation of color #133BA3: hue angle of 223.33º 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 #133BA3 is Cyan = 0.88, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 19 59 163 -
CMYK 0.88 0.64 0 0.36
HSL 223.33º 0.79% 0.36% -
HSV(B) 223.33º 0.88% 0.64% -
XYZ 8.44 5.91 35.35 -
YUV 58.9 186.75 99.54 -
System Red Green Blue C M Y K H S L
Decimal 19 59 163 0.88 0.64 0 0.36 223.33 0.79 0.36
Hex 13 3B A3 58 40 0 24 DF 4F 24
Octal 23 73 243 130 100 0 44 337 117 44
Binary 10011 111011 10100011 1011000 1000000 0 100100 11011111 1001111 100100

Color Harmonies of #133BA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133BA3

Black with #133BA3

Text Example


Text Example

White with #133BA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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