Html Css Color HEX #133FA5 Egyptian Blue

📋 copy color: '#133FA5'

red 19 ◦ green 63 ◦ blue 165

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

Shades of Egyptian Blue #133FA5

Tints of Egyptian Blue #133FA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 66.8%

R = 7.69%
G = 25.51%
B = 66.8%

CMYK

 C value IS 0.88

 M value IS 0.62

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#133FA5 (or 0x133FA5) is known color: Egyptian Blue. HEX triplet: 13, 3F and A5. RGB value is (19,63,165). Sum of RGB (Red+Green+Blue) = 19+63+165=247 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.69% from 247); Green value is 63 (25% from 255 or 25.51% from 247); Blue value is 165 (64.84% from 255 or 66.80% from 247); Max value from RGB is 165 - color contains mainly: blue. Hex color #133FA5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133FA5 is #ECC05A. Grayscale: #3D3D3D. Windows color (decimal): -15515739 or 10829587. OLE color: 10829587.

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

Color convert

RGB 19 63 165 -
CMYK 0.88 0.62 0 0.35
HSL 221.92º 0.79% 0.36% -
HSV(B) 221.92º 0.88% 0.65% -
XYZ 8.84 6.41 36.37 -
YUV 61.47 186.42 97.71 -
System Red Green Blue C M Y K H S L
Decimal 19 63 165 0.88 0.62 0 0.35 221.92 0.79 0.36
Hex 13 3F A5 58 3E 0 23 DE 4F 24
Octal 23 77 245 130 76 0 43 336 117 44
Binary 10011 111111 10100101 1011000 111110 0 100011 11011110 1001111 100100

Color Harmonies of #133FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133FA5

Black with #133FA5

Text Example


Text Example

White with #133FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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