Html Css Color HEX #193DAE Persian Blue

📋 copy color: '#193DAE'

red 25 ◦ green 61 ◦ blue 174

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

Shades of Persian Blue #193DAE

Tints of Persian Blue #193DAE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 23.46%

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

R = 9.62%
G = 23.46%
B = 66.92%

CMYK

 C value IS 0.86

 M value IS 0.65

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#193DAE (or 0x193DAE) is known color: Persian Blue. HEX triplet: 19, 3D and AE. RGB value is (25,61,174). Sum of RGB (Red+Green+Blue) = 25+61+174=260 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.62% from 260); Green value is 61 (24.22% from 255 or 23.46% from 260); Blue value is 174 (68.36% from 255 or 66.92% from 260); Max value from RGB is 174 - color contains mainly: blue. Hex color #193DAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193DAE is #E6C251. Grayscale: #3E3E3E. Windows color (decimal): -15123026 or 11418905. OLE color: 11418905.

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

Color convert

RGB 25 61 174 -
CMYK 0.86 0.65 0 0.32
HSL 225.5º 0.75% 0.39% -
HSV(B) 225.5º 0.86% 0.68% -
XYZ 9.71 6.6 40.81 -
YUV 63.12 190.57 100.81 -
System Red Green Blue C M Y K H S L
Decimal 25 61 174 0.86 0.65 0 0.32 225.5 0.75 0.39
Hex 19 3D AE 56 41 0 20 E2 4B 27
Octal 31 75 256 126 101 0 40 342 113 47
Binary 11001 111101 10101110 1010110 1000001 0 100000 11100010 1001011 100111

Color Harmonies of #193DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193DAE

Black with #193DAE

Text Example


Text Example

White with #193DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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