Html Css Color HEX #133FA7 Egyptian Blue

📋 copy color: '#133FA7'

red 19 ◦ green 63 ◦ blue 167

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

Shades of Egyptian Blue #133FA7

Tints of Egyptian Blue #133FA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 67.07%

R = 7.63%
G = 25.3%
B = 67.07%

CMYK

 C value IS 0.89

 M value IS 0.62

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#133FA7 (or 0x133FA7) is known color: Egyptian Blue. HEX triplet: 13, 3F and A7. RGB value is (19,63,167). Sum of RGB (Red+Green+Blue) = 19+63+167=249 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.63% from 249); Green value is 63 (25% from 255 or 25.30% from 249); Blue value is 167 (65.62% from 255 or 67.07% from 249); Max value from RGB is 167 - color contains mainly: blue. Hex color #133FA7 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133FA7 is #ECC058. Grayscale: #3D3D3D. Windows color (decimal): -15515737 or 10960659. OLE color: 10960659.

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

Color convert

RGB 19 63 167 -
CMYK 0.89 0.62 0 0.35
HSL 222.16º 0.8% 0.36% -
HSV(B) 222.16º 0.89% 0.65% -
XYZ 9.02 6.48 37.34 -
YUV 61.7 187.42 97.54 -
System Red Green Blue C M Y K H S L
Decimal 19 63 167 0.89 0.62 0 0.35 222.16 0.8 0.36
Hex 13 3F A7 59 3E 0 23 DE 50 24
Octal 23 77 247 131 76 0 43 336 120 44
Binary 10011 111111 10100111 1011001 111110 0 100011 11011110 1010000 100100

Color Harmonies of #133FA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133FA7

Black with #133FA7

Text Example


Text Example

White with #133FA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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