Html Css Color HEX #193BAC Egyptian Blue

📋 copy color: '#193BAC'

red 25 ◦ green 59 ◦ blue 172

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

Shades of Egyptian Blue #193BAC

Tints of Egyptian Blue #193BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 67.19%

R = 9.77%
G = 23.05%
B = 67.19%

CMYK

 C value IS 0.85

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#193BAC (or 0x193BAC) is known color: Egyptian Blue. HEX triplet: 19, 3B and AC. RGB value is (25,59,172). Sum of RGB (Red+Green+Blue) = 25+59+172=256 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.77% from 256); Green value is 59 (23.44% from 255 or 23.05% from 256); Blue value is 172 (67.58% from 255 or 67.19% from 256); Max value from RGB is 172 - color contains mainly: blue. Hex color #193BAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193BAC is #E6C453. Grayscale: #3D3D3D. Windows color (decimal): -15123540 or 11287321. OLE color: 11287321.

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

Color convert

RGB 25 59 172 -
CMYK 0.85 0.66 0 0.33
HSL 226.12º 0.75% 0.39% -
HSV(B) 226.12º 0.85% 0.67% -
XYZ 9.41 6.31 39.75 -
YUV 61.72 190.24 101.81 -
System Red Green Blue C M Y K H S L
Decimal 25 59 172 0.85 0.66 0 0.33 226.12 0.75 0.39
Hex 19 3B AC 55 42 0 21 E2 4B 27
Octal 31 73 254 125 102 0 41 342 113 47
Binary 11001 111011 10101100 1010101 1000010 0 100001 11100010 1001011 100111

Color Harmonies of #193BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193BAC

Black with #193BAC

Text Example


Text Example

White with #193BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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