Html Css Color HEX #133FAB Egyptian Blue

📋 copy color: '#133FAB'

red 19 ◦ green 63 ◦ blue 171

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

Shades of Egyptian Blue #133FAB

Tints of Egyptian Blue #133FAB

RGB

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

 GREEN value IS 63 (25% from 255) = 24.9%

 BLUE value IS 171 (67.19% from 255) = 67.59%

R = 7.51%
G = 24.9%
B = 67.59%

CMYK

 C value IS 0.89

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#133FAB (or 0x133FAB) is known color: Egyptian Blue. HEX triplet: 13, 3F and AB. RGB value is (19,63,171). Sum of RGB (Red+Green+Blue) = 19+63+171=253 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.51% from 253); Green value is 63 (25% from 255 or 24.90% from 253); Blue value is 171 (67.19% from 255 or 67.59% from 253); Max value from RGB is 171 - color contains mainly: blue. Hex color #133FAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133FAB is #ECC054. Grayscale: #3D3D3D. Windows color (decimal): -15515733 or 11222803. OLE color: 11222803.

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

Color convert

RGB 19 63 171 -
CMYK 0.89 0.63 0 0.33
HSL 222.63º 0.8% 0.37% -
HSV(B) 222.63º 0.89% 0.67% -
XYZ 9.4 6.63 39.31 -
YUV 62.16 189.42 97.22 -
System Red Green Blue C M Y K H S L
Decimal 19 63 171 0.89 0.63 0 0.33 222.63 0.8 0.37
Hex 13 3F AB 59 3F 0 21 DF 50 25
Octal 23 77 253 131 77 0 41 337 120 45
Binary 10011 111111 10101011 1011001 111111 0 100001 11011111 1010000 100101

Color Harmonies of #133FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133FAB

Black with #133FAB

Text Example


Text Example

White with #133FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,63,171); }

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

background-color css

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

 a { background-color: rgb(19,63,171); }

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

border-color css

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

 span { border-color: rgb(19,63,171); }

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