Html Css Color HEX #193DED Persian Blue

📋 copy color: '#193DED'

red 25 ◦ green 61 ◦ blue 237

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

Shades of Persian Blue #193DED

Tints of Persian Blue #193DED

RGB

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

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

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

R = 7.74%
G = 18.89%
B = 73.37%

CMYK

 C value IS 0.89

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#193DED (or 0x193DED) is known color: Persian Blue. HEX triplet: 19, 3D and ED. RGB value is (25,61,237). Sum of RGB (Red+Green+Blue) = 25+61+237=323 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.74% from 323); Green value is 61 (24.22% from 255 or 18.89% from 323); Blue value is 237 (92.97% from 255 or 73.37% from 323); Max value from RGB is 237 - color contains mainly: blue. Hex color #193DED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #193DED is #E6C212. Grayscale: #454545. Windows color (decimal): -15122963 or 15547673. OLE color: 15547673.

HSL color Cylindrical-coordinate representation of color #193DED: hue angle of 229.81º 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 #193DED is Cyan = 0.89, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 25 61 237 -
CMYK 0.89 0.74 0 0.07
HSL 229.81º 0.85% 0.51% -
HSV(B) 229.81º 0.89% 0.93% -
XYZ 17.36 9.66 81.07 -
YUV 70.3 222.07 95.69 -
System Red Green Blue C M Y K H S L
Decimal 25 61 237 0.89 0.74 0 0.07 229.81 0.85 0.51
Hex 19 3D ED 59 4A 0 7 E6 55 33
Octal 31 75 355 131 112 0 7 346 125 63
Binary 11001 111101 11101101 1011001 1001010 0 111 11100110 1010101 110011

Color Harmonies of #193DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193DED

Black with #193DED

Text Example


Text Example

White with #193DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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