Html Css Color HEX #193DCE Persian Blue

📋 copy color: '#193DCE'

red 25 ◦ green 61 ◦ blue 206

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

Shades of Persian Blue #193DCE

Tints of Persian Blue #193DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 70.55%

R = 8.56%
G = 20.89%
B = 70.55%

CMYK

 C value IS 0.88

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#193DCE (or 0x193DCE) is known color: Persian Blue. HEX triplet: 19, 3D and CE. RGB value is (25,61,206). Sum of RGB (Red+Green+Blue) = 25+61+206=292 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.56% from 292); Green value is 61 (24.22% from 255 or 20.89% from 292); Blue value is 206 (80.86% from 255 or 70.55% from 292); Max value from RGB is 206 - color contains mainly: blue. Hex color #193DCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #193DCE is #E6C231. Grayscale: #424242. Windows color (decimal): -15122994 or 13516057. OLE color: 13516057.

HSL color Cylindrical-coordinate representation of color #193DCE: hue angle of 228.07º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #193DCE is Cyan = 0.88, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 25 61 206 -
CMYK 0.88 0.70 0 0.19
HSL 228.07º 0.78% 0.45% -
HSV(B) 228.07º 0.88% 0.81% -
XYZ 13.21 8 59.24 -
YUV 66.77 206.57 98.21 -
System Red Green Blue C M Y K H S L
Decimal 25 61 206 0.88 0.70 0 0.19 228.07 0.78 0.45
Hex 19 3D CE 58 46 0 13 E4 4E 2D
Octal 31 75 316 130 106 0 23 344 116 55
Binary 11001 111101 11001110 1011000 1000110 0 10011 11100100 1001110 101101

Color Harmonies of #193DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193DCE

Black with #193DCE

Text Example


Text Example

White with #193DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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