Html Css Color HEX #133FAC Egyptian Blue

📋 copy color: '#133FAC'

red 19 ◦ green 63 ◦ blue 172

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

Shades of Egyptian Blue #133FAC

Tints of Egyptian Blue #133FAC

RGB

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

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

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

R = 7.48%
G = 24.8%
B = 67.72%

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

#133FAC (or 0x133FAC) is known color: Egyptian Blue. HEX triplet: 13, 3F and AC. RGB value is (19,63,172). Sum of RGB (Red+Green+Blue) = 19+63+172=254 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.48% from 254); Green value is 63 (25% from 255 or 24.80% from 254); Blue value is 172 (67.58% from 255 or 67.72% from 254); Max value from RGB is 172 - color contains mainly: blue. Hex color #133FAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133FAC is #ECC053. Grayscale: #3D3D3D. Windows color (decimal): -15515732 or 11288339. OLE color: 11288339.

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

Color convert

RGB 19 63 172 -
CMYK 0.89 0.63 0 0.33
HSL 222.75º 0.8% 0.37% -
HSV(B) 222.75º 0.89% 0.67% -
XYZ 9.49 6.67 39.82 -
YUV 62.27 189.92 97.14 -
System Red Green Blue C M Y K H S L
Decimal 19 63 172 0.89 0.63 0 0.33 222.75 0.8 0.37
Hex 13 3F AC 59 3F 0 21 DF 50 25
Octal 23 77 254 131 77 0 41 337 120 45
Binary 10011 111111 10101100 1011001 111111 0 100001 11011111 1010000 100101

Color Harmonies of #133FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133FAC

Black with #133FAC

Text Example


Text Example

White with #133FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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