Html Css Color HEX #193397 Egyptian Blue

📋 copy color: '#193397'

red 25 ◦ green 51 ◦ blue 151

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

Shades of Egyptian Blue #193397

Tints of Egyptian Blue #193397

RGB

 RED value IS 25 (10.16% from 255) = 11.01%

 GREEN value IS 51 (20.31% from 255) = 22.47%

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

R = 11.01%
G = 22.47%
B = 66.52%

CMYK

 C value IS 0.83

 M value IS 0.66

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#193397 (or 0x193397) is known color: Egyptian Blue. HEX triplet: 19, 33 and 97. RGB value is (25,51,151). Sum of RGB (Red+Green+Blue) = 25+51+151=227 (30% of max value = 765). Red value is 25 (10.16% from 255 or 11.01% from 227); Green value is 51 (20.31% from 255 or 22.47% from 227); Blue value is 151 (59.38% from 255 or 66.52% from 227); Max value from RGB is 151 - color contains mainly: blue. Hex color #193397 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193397 is #E6CC68. Grayscale: #363636. Windows color (decimal): -15125609 or 9909017. OLE color: 9909017.

HSL color Cylindrical-coordinate representation of color #193397: hue angle of 227.62º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #193397 is Cyan = 0.83, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 25 51 151 -
CMYK 0.83 0.66 0 0.41
HSL 227.62º 0.72% 0.35% -
HSV(B) 227.62º 0.83% 0.59% -
XYZ 7.17 4.81 29.83 -
YUV 54.63 182.39 106.87 -
System Red Green Blue C M Y K H S L
Decimal 25 51 151 0.83 0.66 0 0.41 227.62 0.72 0.35
Hex 19 33 97 53 42 0 29 E4 48 23
Octal 31 63 227 123 102 0 51 344 110 43
Binary 11001 110011 10010111 1010011 1000010 0 101001 11100100 1001000 100011

Color Harmonies of #193397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193397

Black with #193397

Text Example


Text Example

White with #193397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193397; }

 p { color: rgb(25,51,151); }

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

background-color css

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

 a { background-color: rgb(25,51,151); }

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

border-color css

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

 span { border-color: rgb(25,51,151); }

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