Html Css Color HEX #133FA6 Egyptian Blue

📋 copy color: '#133FA6'

red 19 ◦ green 63 ◦ blue 166

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

Shades of Egyptian Blue #133FA6

Tints of Egyptian Blue #133FA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 66.94%

R = 7.66%
G = 25.4%
B = 66.94%

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

#133FA6 (or 0x133FA6) is known color: Egyptian Blue. HEX triplet: 13, 3F and A6. RGB value is (19,63,166). Sum of RGB (Red+Green+Blue) = 19+63+166=248 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.66% from 248); Green value is 63 (25% from 255 or 25.40% from 248); Blue value is 166 (65.23% from 255 or 66.94% from 248); Max value from RGB is 166 - color contains mainly: blue. Hex color #133FA6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133FA6 is #ECC059. Grayscale: #3D3D3D. Windows color (decimal): -15515738 or 10895123. OLE color: 10895123.

HSL color Cylindrical-coordinate representation of color #133FA6: hue angle of 222.04º degrees, saturation: 0.79, 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 #133FA6 is Cyan = 0.89, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 19 63 166 -
CMYK 0.89 0.62 0 0.35
HSL 222.04º 0.79% 0.36% -
HSV(B) 222.04º 0.89% 0.65% -
XYZ 8.93 6.45 36.85 -
YUV 61.59 186.92 97.62 -
System Red Green Blue C M Y K H S L
Decimal 19 63 166 0.89 0.62 0 0.35 222.04 0.79 0.36
Hex 13 3F A6 59 3E 0 23 DE 4F 24
Octal 23 77 246 131 76 0 43 336 117 44
Binary 10011 111111 10100110 1011001 111110 0 100011 11011110 1001111 100100

Color Harmonies of #133FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133FA6

Black with #133FA6

Text Example


Text Example

White with #133FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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