Html Css Color HEX #193BAE Egyptian Blue

📋 copy color: '#193BAE'

red 25 ◦ green 59 ◦ blue 174

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

Shades of Egyptian Blue #193BAE

Tints of Egyptian Blue #193BAE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.87%

 BLUE value IS 174 (68.36% from 255) = 67.44%

R = 9.69%
G = 22.87%
B = 67.44%

CMYK

 C value IS 0.86

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#193BAE (or 0x193BAE) is known color: Egyptian Blue. HEX triplet: 19, 3B and AE. RGB value is (25,59,174). Sum of RGB (Red+Green+Blue) = 25+59+174=258 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.69% from 258); Green value is 59 (23.44% from 255 or 22.87% from 258); Blue value is 174 (68.36% from 255 or 67.44% from 258); Max value from RGB is 174 - color contains mainly: blue. Hex color #193BAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193BAE is #E6C451. Grayscale: #3D3D3D. Windows color (decimal): -15123538 or 11418393. OLE color: 11418393.

HSL color Cylindrical-coordinate representation of color #193BAE: hue angle of 226.31º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #193BAE is Cyan = 0.86, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 25 59 174 -
CMYK 0.86 0.66 0 0.32
HSL 226.31º 0.75% 0.39% -
HSV(B) 226.31º 0.86% 0.68% -
XYZ 9.6 6.39 40.77 -
YUV 61.94 191.24 101.65 -
System Red Green Blue C M Y K H S L
Decimal 25 59 174 0.86 0.66 0 0.32 226.31 0.75 0.39
Hex 19 3B AE 56 42 0 20 E2 4B 27
Octal 31 73 256 126 102 0 40 342 113 47
Binary 11001 111011 10101110 1010110 1000010 0 100000 11100010 1001011 100111

Color Harmonies of #193BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193BAE

Black with #193BAE

Text Example


Text Example

White with #193BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193BAE; }

 p { color: rgb(25,59,174); }

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

background-color css

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

 a { background-color: rgb(25,59,174); }

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

border-color css

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

 span { border-color: rgb(25,59,174); }

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