Html Css Color HEX #193AED Persian Blue

📋 copy color: '#193AED'

red 25 ◦ green 58 ◦ blue 237

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

Shades of Persian Blue #193AED

Tints of Persian Blue #193AED

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.13%

 BLUE value IS 237 (92.97% from 255) = 74.06%

R = 7.81%
G = 18.13%
B = 74.06%

CMYK

 C value IS 0.89

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#193AED (or 0x193AED) is known color: Persian Blue. HEX triplet: 19, 3A and ED. RGB value is (25,58,237). Sum of RGB (Red+Green+Blue) = 25+58+237=320 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.81% from 320); Green value is 58 (23.05% from 255 or 18.12% from 320); Blue value is 237 (92.97% from 255 or 74.06% from 320); Max value from RGB is 237 - color contains mainly: blue. Hex color #193AED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #193AED is #E6C512. Grayscale: #434343. Windows color (decimal): -15123731 or 15546905. OLE color: 15546905.

HSL color Cylindrical-coordinate representation of color #193AED: hue angle of 230.66º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #193AED is Cyan = 0.89, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 25 58 237 -
CMYK 0.89 0.76 0 0.07
HSL 230.66º 0.85% 0.51% -
HSV(B) 230.66º 0.89% 0.93% -
XYZ 17.2 9.35 81.02 -
YUV 68.54 223.07 96.95 -
System Red Green Blue C M Y K H S L
Decimal 25 58 237 0.89 0.76 0 0.07 230.66 0.85 0.51
Hex 19 3A ED 59 4C 0 7 E7 55 33
Octal 31 72 355 131 114 0 7 347 125 63
Binary 11001 111010 11101101 1011001 1001100 0 111 11100111 1010101 110011

Color Harmonies of #193AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193AED

Black with #193AED

Text Example


Text Example

White with #193AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,58,237); }

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

background-color css

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

 a { background-color: rgb(25,58,237); }

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

border-color css

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

 span { border-color: rgb(25,58,237); }

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