Html Css Color HEX #19338F Egyptian Blue

📋 copy color: '#19338F'

red 25 ◦ green 51 ◦ blue 143

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

Shades of Egyptian Blue #19338F

Tints of Egyptian Blue #19338F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 65.3%

R = 11.42%
G = 23.29%
B = 65.3%

CMYK

 C value IS 0.83

 M value IS 0.64

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#19338F (or 0x19338F) is known color: Egyptian Blue. HEX triplet: 19, 33 and 8F. RGB value is (25,51,143). Sum of RGB (Red+Green+Blue) = 25+51+143=219 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.42% from 219); Green value is 51 (20.31% from 255 or 23.29% from 219); Blue value is 143 (56.25% from 255 or 65.30% from 219); Max value from RGB is 143 - color contains mainly: blue. Hex color #19338F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19338F is #E6CC70. Grayscale: #353535. Windows color (decimal): -15125617 or 9384729. OLE color: 9384729.

HSL color Cylindrical-coordinate representation of color #19338F: hue angle of 226.78º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #19338F is Cyan = 0.83, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 25 51 143 -
CMYK 0.83 0.64 0 0.44
HSL 226.78º 0.7% 0.33% -
HSV(B) 226.78º 0.83% 0.56% -
XYZ 6.54 4.56 26.52 -
YUV 53.71 178.39 107.52 -
System Red Green Blue C M Y K H S L
Decimal 25 51 143 0.83 0.64 0 0.44 226.78 0.7 0.33
Hex 19 33 8F 53 40 0 2C E3 46 21
Octal 31 63 217 123 100 0 54 343 106 41
Binary 11001 110011 10001111 1010011 1000000 0 101100 11100011 1000110 100001

Color Harmonies of #19338F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19338F

Black with #19338F

Text Example


Text Example

White with #19338F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19338F; }

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

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

background-color css

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

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

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

border-color css

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

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

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