Html Css Color HEX #193CED Persian Blue

📋 copy color: '#193CED'

red 25 ◦ green 60 ◦ blue 237

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

Shades of Persian Blue #193CED

Tints of Persian Blue #193CED

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.63%

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

R = 7.76%
G = 18.63%
B = 73.6%

CMYK

 C value IS 0.89

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#193CED (or 0x193CED) is known color: Persian Blue. HEX triplet: 19, 3C and ED. RGB value is (25,60,237). Sum of RGB (Red+Green+Blue) = 25+60+237=322 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.76% from 322); Green value is 60 (23.83% from 255 or 18.63% from 322); Blue value is 237 (92.97% from 255 or 73.60% from 322); Max value from RGB is 237 - color contains mainly: blue. Hex color #193CED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #193CED is #E6C312. Grayscale: #444444. Windows color (decimal): -15123219 or 15547417. OLE color: 15547417.

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

Color convert

RGB 25 60 237 -
CMYK 0.89 0.75 0 0.07
HSL 230.09º 0.85% 0.51% -
HSV(B) 230.09º 0.89% 0.93% -
XYZ 17.3 9.55 81.05 -
YUV 69.71 222.4 96.11 -
System Red Green Blue C M Y K H S L
Decimal 25 60 237 0.89 0.75 0 0.07 230.09 0.85 0.51
Hex 19 3C ED 59 4B 0 7 E6 55 33
Octal 31 74 355 131 113 0 7 346 125 63
Binary 11001 111100 11101101 1011001 1001011 0 111 11100110 1010101 110011

Color Harmonies of #193CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193CED

Black with #193CED

Text Example


Text Example

White with #193CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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