Html Css Color HEX #133BAC Egyptian Blue

📋 copy color: '#133BAC'

red 19 ◦ green 59 ◦ blue 172

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

Shades of Egyptian Blue #133BAC

Tints of Egyptian Blue #133BAC

RGB

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

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

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

R = 7.6%
G = 23.6%
B = 68.8%

CMYK

 C value IS 0.89

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#133BAC (or 0x133BAC) is known color: Egyptian Blue. HEX triplet: 13, 3B and AC. RGB value is (19,59,172). Sum of RGB (Red+Green+Blue) = 19+59+172=250 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.6% from 250); Green value is 59 (23.44% from 255 or 23.6% from 250); Blue value is 172 (67.58% from 255 or 68.8% from 250); Max value from RGB is 172 - color contains mainly: blue. Hex color #133BAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133BAC is #ECC453. Grayscale: #3B3B3B. Windows color (decimal): -15516756 or 11287315. OLE color: 11287315.

HSL color Cylindrical-coordinate representation of color #133BAC: hue angle of 224.31º 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 #133BAC is Cyan = 0.89, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 19 59 172 -
CMYK 0.89 0.66 0 0.33
HSL 224.31º 0.8% 0.37% -
HSV(B) 224.31º 0.89% 0.67% -
XYZ 9.28 6.24 39.75 -
YUV 59.92 191.25 98.81 -
System Red Green Blue C M Y K H S L
Decimal 19 59 172 0.89 0.66 0 0.33 224.31 0.8 0.37
Hex 13 3B AC 59 42 0 21 E0 50 25
Octal 23 73 254 131 102 0 41 340 120 45
Binary 10011 111011 10101100 1011001 1000010 0 100001 11100000 1010000 100101

Color Harmonies of #133BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133BAC

Black with #133BAC

Text Example


Text Example

White with #133BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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