Html Css Color HEX #193EAE Persian Blue

📋 copy color: '#193EAE'

red 25 ◦ green 62 ◦ blue 174

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

Shades of Persian Blue #193EAE

Tints of Persian Blue #193EAE

RGB

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

 GREEN value IS 62 (24.61% from 255) = 23.75%

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

R = 9.58%
G = 23.75%
B = 66.67%

CMYK

 C value IS 0.86

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#193EAE (or 0x193EAE) is known color: Persian Blue. HEX triplet: 19, 3E and AE. RGB value is (25,62,174). Sum of RGB (Red+Green+Blue) = 25+62+174=261 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.58% from 261); Green value is 62 (24.61% from 255 or 23.75% from 261); Blue value is 174 (68.36% from 255 or 66.67% from 261); Max value from RGB is 174 - color contains mainly: blue. Hex color #193EAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193EAE is #E6C151. Grayscale: #3F3F3F. Windows color (decimal): -15122770 or 11419161. OLE color: 11419161.

HSL color Cylindrical-coordinate representation of color #193EAE: hue angle of 225.1º 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 #193EAE is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 25 62 174 -
CMYK 0.86 0.64 0 0.32
HSL 225.1º 0.75% 0.39% -
HSV(B) 225.1º 0.86% 0.68% -
XYZ 9.76 6.71 40.82 -
YUV 63.71 190.24 100.39 -
System Red Green Blue C M Y K H S L
Decimal 25 62 174 0.86 0.64 0 0.32 225.1 0.75 0.39
Hex 19 3E AE 56 40 0 20 E1 4B 27
Octal 31 76 256 126 100 0 40 341 113 47
Binary 11001 111110 10101110 1010110 1000000 0 100000 11100001 1001011 100111

Color Harmonies of #193EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193EAE

Black with #193EAE

Text Example


Text Example

White with #193EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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