Html Css Color HEX #193BAB Egyptian Blue

📋 copy color: '#193BAB'

red 25 ◦ green 59 ◦ blue 171

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

Shades of Egyptian Blue #193BAB

Tints of Egyptian Blue #193BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 67.06%

R = 9.8%
G = 23.14%
B = 67.06%

CMYK

 C value IS 0.85

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#193BAB (or 0x193BAB) is known color: Egyptian Blue. HEX triplet: 19, 3B and AB. RGB value is (25,59,171). Sum of RGB (Red+Green+Blue) = 25+59+171=255 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.80% from 255); Green value is 59 (23.44% from 255 or 23.14% from 255); Blue value is 171 (67.19% from 255 or 67.06% from 255); Max value from RGB is 171 - color contains mainly: blue. Hex color #193BAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193BAB is #E6C454. Grayscale: #3D3D3D. Windows color (decimal): -15123541 or 11221785. OLE color: 11221785.

HSL color Cylindrical-coordinate representation of color #193BAB: hue angle of 226.03º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #193BAB is Cyan = 0.85, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 25 59 171 -
CMYK 0.85 0.65 0 0.33
HSL 226.03º 0.74% 0.38% -
HSV(B) 226.03º 0.85% 0.67% -
XYZ 9.32 6.27 39.25 -
YUV 61.6 189.74 101.89 -
System Red Green Blue C M Y K H S L
Decimal 25 59 171 0.85 0.65 0 0.33 226.03 0.74 0.38
Hex 19 3B AB 55 41 0 21 E2 4A 26
Octal 31 73 253 125 101 0 41 342 112 46
Binary 11001 111011 10101011 1010101 1000001 0 100001 11100010 1001010 100110

Color Harmonies of #193BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193BAB

Black with #193BAB

Text Example


Text Example

White with #193BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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