Html Css Color HEX #133097 Egyptian Blue

📋 copy color: '#133097'

red 19 ◦ green 48 ◦ blue 151

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

Shades of Egyptian Blue #133097

Tints of Egyptian Blue #133097

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.02%

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

R = 8.72%
G = 22.02%
B = 69.27%

CMYK

 C value IS 0.87

 M value IS 0.68

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#133097 (or 0x133097) is known color: Egyptian Blue. HEX triplet: 13, 30 and 97. RGB value is (19,48,151). Sum of RGB (Red+Green+Blue) = 19+48+151=218 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.72% from 218); Green value is 48 (19.14% from 255 or 22.02% from 218); Blue value is 151 (59.38% from 255 or 69.27% from 218); Max value from RGB is 151 - color contains mainly: blue. Hex color #133097 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133097 is #ECCF68. Grayscale: #323232. Windows color (decimal): -15519593 or 9908243. OLE color: 9908243.

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

Color convert

RGB 19 48 151 -
CMYK 0.87 0.68 0 0.41
HSL 226.82º 0.78% 0.33% -
HSV(B) 226.82º 0.87% 0.59% -
XYZ 6.91 4.49 29.78 -
YUV 51.07 184.39 105.12 -
System Red Green Blue C M Y K H S L
Decimal 19 48 151 0.87 0.68 0 0.41 226.82 0.78 0.33
Hex 13 30 97 57 44 0 29 E3 4E 21
Octal 23 60 227 127 104 0 51 343 116 41
Binary 10011 110000 10010111 1010111 1000100 0 101001 11100011 1001110 100001

Color Harmonies of #133097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133097

Black with #133097

Text Example


Text Example

White with #133097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133097; }

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

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

background-color css

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

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

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

border-color css

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

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

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