Html Css Color HEX #134297 Egyptian Blue

📋 copy color: '#134297'

red 19 ◦ green 66 ◦ blue 151

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

Shades of Egyptian Blue #134297

Tints of Egyptian Blue #134297

RGB

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

 GREEN value IS 66 (26.17% from 255) = 27.97%

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

R = 8.05%
G = 27.97%
B = 63.98%

CMYK

 C value IS 0.87

 M value IS 0.56

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#134297 (or 0x134297) is known color: Egyptian Blue. HEX triplet: 13, 42 and 97. RGB value is (19,66,151). Sum of RGB (Red+Green+Blue) = 19+66+151=236 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.05% from 236); Green value is 66 (26.17% from 255 or 27.97% from 236); Blue value is 151 (59.38% from 255 or 63.98% from 236); Max value from RGB is 151 - color contains mainly: blue. Hex color #134297 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134297 is #ECBD68. Grayscale: #3D3D3D. Windows color (decimal): -15514985 or 9912851. OLE color: 9912851.

HSL color Cylindrical-coordinate representation of color #134297: hue angle of 218.64º 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 #134297 is Cyan = 0.87, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 19 66 151 -
CMYK 0.87 0.56 0 0.41
HSL 218.64º 0.78% 0.33% -
HSV(B) 218.64º 0.87% 0.59% -
XYZ 7.8 6.27 30.08 -
YUV 61.64 178.43 97.59 -
System Red Green Blue C M Y K H S L
Decimal 19 66 151 0.87 0.56 0 0.41 218.64 0.78 0.33
Hex 13 42 97 57 38 0 29 DB 4E 21
Octal 23 102 227 127 70 0 51 333 116 41
Binary 10011 1000010 10010111 1010111 111000 0 101001 11011011 1001110 100001

Color Harmonies of #134297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134297

Black with #134297

Text Example


Text Example

White with #134297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134297; }

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

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

background-color css

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

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

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

border-color css

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

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

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