Html Css Color HEX #133892 Egyptian Blue

📋 copy color: '#133892'

red 19 ◦ green 56 ◦ blue 146

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

Shades of Egyptian Blue #133892

Tints of Egyptian Blue #133892

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25.34%

 BLUE value IS 146 (57.42% from 255) = 66.06%

R = 8.6%
G = 25.34%
B = 66.06%

CMYK

 C value IS 0.87

 M value IS 0.62

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#133892 (or 0x133892) is known color: Egyptian Blue. HEX triplet: 13, 38 and 92. RGB value is (19,56,146). Sum of RGB (Red+Green+Blue) = 19+56+146=221 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.60% from 221); Green value is 56 (22.27% from 255 or 25.34% from 221); Blue value is 146 (57.42% from 255 or 66.06% from 221); Max value from RGB is 146 - color contains mainly: blue. Hex color #133892 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133892 is #ECC76D. Grayscale: #363636. Windows color (decimal): -15517550 or 9582611. OLE color: 9582611.

HSL color Cylindrical-coordinate representation of color #133892: hue angle of 222.52º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #133892 is Cyan = 0.87, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 19 56 146 -
CMYK 0.87 0.62 0 0.43
HSL 222.52º 0.77% 0.32% -
HSV(B) 222.52º 0.87% 0.57% -
XYZ 6.87 5.04 27.81 -
YUV 55.2 179.24 102.18 -
System Red Green Blue C M Y K H S L
Decimal 19 56 146 0.87 0.62 0 0.43 222.52 0.77 0.32
Hex 13 38 92 57 3E 0 2B DF 4D 20
Octal 23 70 222 127 76 0 53 337 115 40
Binary 10011 111000 10010010 1010111 111110 0 101011 11011111 1001101 100000

Color Harmonies of #133892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133892

Black with #133892

Text Example


Text Example

White with #133892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133892; }

 p { color: rgb(19,56,146); }

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

background-color css

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

 a { background-color: rgb(19,56,146); }

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

border-color css

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

 span { border-color: rgb(19,56,146); }

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