Html Css Color HEX #134599 Egyptian Blue

📋 copy color: '#134599'

red 19 ◦ green 69 ◦ blue 153

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

Shades of Egyptian Blue #134599

Tints of Egyptian Blue #134599

RGB

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

 GREEN value IS 69 (27.34% from 255) = 28.63%

 BLUE value IS 153 (60.16% from 255) = 63.49%

R = 7.88%
G = 28.63%
B = 63.49%

CMYK

 C value IS 0.88

 M value IS 0.55

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#134599 (or 0x134599) is known color: Egyptian Blue. HEX triplet: 13, 45 and 99. RGB value is (19,69,153). Sum of RGB (Red+Green+Blue) = 19+69+153=241 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.88% from 241); Green value is 69 (27.34% from 255 or 28.63% from 241); Blue value is 153 (60.16% from 255 or 63.49% from 241); Max value from RGB is 153 - color contains mainly: blue. Hex color #134599 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134599 is #ECBA66. Grayscale: #3F3F3F. Windows color (decimal): -15514215 or 10044691. OLE color: 10044691.

HSL color Cylindrical-coordinate representation of color #134599: hue angle of 217.61º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #134599 is Cyan = 0.88, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 19 69 153 -
CMYK 0.88 0.55 0 0.4
HSL 217.61º 0.78% 0.34% -
HSV(B) 217.61º 0.88% 0.6% -
XYZ 8.15 6.69 31 -
YUV 63.63 178.44 96.17 -
System Red Green Blue C M Y K H S L
Decimal 19 69 153 0.88 0.55 0 0.4 217.61 0.78 0.34
Hex 13 45 99 58 37 0 28 DA 4E 22
Octal 23 105 231 130 67 0 50 332 116 42
Binary 10011 1000101 10011001 1011000 110111 0 101000 11011010 1001110 100010

Color Harmonies of #134599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134599

Black with #134599

Text Example


Text Example

White with #134599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134599; }

 p { color: rgb(19,69,153); }

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

background-color css

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

 a { background-color: rgb(19,69,153); }

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

border-color css

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

 span { border-color: rgb(19,69,153); }

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