Html Css Color HEX #193BEC Persian Blue

📋 copy color: '#193BEC'

red 25 ◦ green 59 ◦ blue 236

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

Shades of Persian Blue #193BEC

Tints of Persian Blue #193BEC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.44%

 BLUE value IS 236 (92.58% from 255) = 73.75%

R = 7.81%
G = 18.44%
B = 73.75%

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

#193BEC (or 0x193BEC) is known color: Persian Blue. HEX triplet: 19, 3B and EC. RGB value is (25,59,236). Sum of RGB (Red+Green+Blue) = 25+59+236=320 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.81% from 320); Green value is 59 (23.44% from 255 or 18.44% from 320); Blue value is 236 (92.58% from 255 or 73.75% from 320); Max value from RGB is 236 - color contains mainly: blue. Hex color #193BEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #193BEC is #E6C413. Grayscale: #444444. Windows color (decimal): -15123476 or 15481625. OLE color: 15481625.

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

Color convert

RGB 25 59 236 -
CMYK 0.89 0.75 0 0.07
HSL 230.33º 0.85% 0.51% -
HSV(B) 230.33º 0.89% 0.93% -
XYZ 17.11 9.39 80.27 -
YUV 69.01 222.24 96.61 -
System Red Green Blue C M Y K H S L
Decimal 25 59 236 0.89 0.75 0 0.07 230.33 0.85 0.51
Hex 19 3B EC 59 4B 0 7 E6 55 33
Octal 31 73 354 131 113 0 7 346 125 63
Binary 11001 111011 11101100 1011001 1001011 0 111 11100110 1010101 110011

Color Harmonies of #193BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193BEC

Black with #193BEC

Text Example


Text Example

White with #193BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,59,236); }

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

background-color css

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

 a { background-color: rgb(25,59,236); }

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

border-color css

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

 span { border-color: rgb(25,59,236); }

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