Html Css Color HEX #193DAF Persian Blue

📋 copy color: '#193DAF'

red 25 ◦ green 61 ◦ blue 175

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

Shades of Persian Blue #193DAF

Tints of Persian Blue #193DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 67.05%

R = 9.58%
G = 23.37%
B = 67.05%

CMYK

 C value IS 0.86

 M value IS 0.65

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#193DAF (or 0x193DAF) is known color: Persian Blue. HEX triplet: 19, 3D and AF. RGB value is (25,61,175). Sum of RGB (Red+Green+Blue) = 25+61+175=261 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.58% from 261); Green value is 61 (24.22% from 255 or 23.37% from 261); Blue value is 175 (68.75% from 255 or 67.05% from 261); Max value from RGB is 175 - color contains mainly: blue. Hex color #193DAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193DAF is #E6C250. Grayscale: #3E3E3E. Windows color (decimal): -15123025 or 11484441. OLE color: 11484441.

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

Color convert

RGB 25 61 175 -
CMYK 0.86 0.65 0 0.31
HSL 225.6º 0.75% 0.39% -
HSV(B) 225.6º 0.86% 0.69% -
XYZ 9.81 6.64 41.32 -
YUV 63.23 191.07 100.73 -
System Red Green Blue C M Y K H S L
Decimal 25 61 175 0.86 0.65 0 0.31 225.6 0.75 0.39
Hex 19 3D AF 56 41 0 1F E2 4B 27
Octal 31 75 257 126 101 0 37 342 113 47
Binary 11001 111101 10101111 1010110 1000001 0 11111 11100010 1001011 100111

Color Harmonies of #193DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193DAF

Black with #193DAF

Text Example


Text Example

White with #193DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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