Html Css Color HEX #193EDF Persian Blue

📋 copy color: '#193EDF'

red 25 ◦ green 62 ◦ blue 223

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

Shades of Persian Blue #193EDF

Tints of Persian Blue #193EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 71.94%

R = 8.06%
G = 20%
B = 71.94%

CMYK

 C value IS 0.89

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#193EDF (or 0x193EDF) is known color: Persian Blue. HEX triplet: 19, 3E and DF. RGB value is (25,62,223). Sum of RGB (Red+Green+Blue) = 25+62+223=310 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.06% from 310); Green value is 62 (24.61% from 255 or 20% from 310); Blue value is 223 (87.5% from 255 or 71.94% from 310); Max value from RGB is 223 - color contains mainly: blue. Hex color #193EDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193EDF is #E6C120. Grayscale: #444444. Windows color (decimal): -15122721 or 14630425. OLE color: 14630425.

HSL color Cylindrical-coordinate representation of color #193EDF: hue angle of 228.79º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #193EDF is Cyan = 0.89, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 25 62 223 -
CMYK 0.89 0.72 0 0.13
HSL 228.79º 0.8% 0.49% -
HSV(B) 228.79º 0.89% 0.87% -
XYZ 15.44 8.98 70.73 -
YUV 69.29 214.74 96.41 -
System Red Green Blue C M Y K H S L
Decimal 25 62 223 0.89 0.72 0 0.13 228.79 0.8 0.49
Hex 19 3E DF 59 48 0 D E5 50 31
Octal 31 76 337 131 110 0 15 345 120 61
Binary 11001 111110 11011111 1011001 1001000 0 1101 11100101 1010000 110001

Color Harmonies of #193EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193EDF

Black with #193EDF

Text Example


Text Example

White with #193EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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