Html Css Color HEX #134497 Egyptian Blue

📋 copy color: '#134497'

red 19 ◦ green 68 ◦ blue 151

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

Shades of Egyptian Blue #134497

Tints of Egyptian Blue #134497

RGB

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

 GREEN value IS 68 (26.95% from 255) = 28.57%

 BLUE value IS 151 (59.38% from 255) = 63.45%

R = 7.98%
G = 28.57%
B = 63.45%

CMYK

 C value IS 0.87

 M value IS 0.55

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#134497 (or 0x134497) is known color: Egyptian Blue. HEX triplet: 13, 44 and 97. RGB value is (19,68,151). Sum of RGB (Red+Green+Blue) = 19+68+151=238 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.98% from 238); Green value is 68 (26.95% from 255 or 28.57% from 238); Blue value is 151 (59.38% from 255 or 63.45% from 238); Max value from RGB is 151 - color contains mainly: blue. Hex color #134497 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134497 is #ECBB68. Grayscale: #3E3E3E. Windows color (decimal): -15514473 or 9913363. OLE color: 9913363.

HSL color Cylindrical-coordinate representation of color #134497: hue angle of 217.73º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #134497 is Cyan = 0.87, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 19 68 151 -
CMYK 0.87 0.55 0 0.41
HSL 217.73º 0.78% 0.33% -
HSV(B) 217.73º 0.87% 0.59% -
XYZ 7.92 6.51 30.12 -
YUV 62.81 177.77 96.75 -
System Red Green Blue C M Y K H S L
Decimal 19 68 151 0.87 0.55 0 0.41 217.73 0.78 0.33
Hex 13 44 97 57 37 0 29 DA 4E 21
Octal 23 104 227 127 67 0 51 332 116 41
Binary 10011 1000100 10010111 1010111 110111 0 101001 11011010 1001110 100001

Color Harmonies of #134497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134497

Black with #134497

Text Example


Text Example

White with #134497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134497; }

 p { color: rgb(19,68,151); }

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

background-color css

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

 a { background-color: rgb(19,68,151); }

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

border-color css

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

 span { border-color: rgb(19,68,151); }

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