Html Css Color HEX #193DEA Persian Blue

📋 copy color: '#193DEA'

red 25 ◦ green 61 ◦ blue 234

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

Shades of Persian Blue #193DEA

Tints of Persian Blue #193DEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 73.13%

R = 7.81%
G = 19.06%
B = 73.13%

CMYK

 C value IS 0.89

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#193DEA (or 0x193DEA) is known color: Persian Blue. HEX triplet: 19, 3D and EA. RGB value is (25,61,234). Sum of RGB (Red+Green+Blue) = 25+61+234=320 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.81% from 320); Green value is 61 (24.22% from 255 or 19.06% from 320); Blue value is 234 (91.80% from 255 or 73.12% from 320); Max value from RGB is 234 - color contains mainly: blue. Hex color #193DEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #193DEA is #E6C215. Grayscale: #454545. Windows color (decimal): -15122966 or 15351065. OLE color: 15351065.

HSL color Cylindrical-coordinate representation of color #193DEA: hue angle of 229.67º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #193DEA is Cyan = 0.89, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 25 61 234 -
CMYK 0.89 0.74 0 0.08
HSL 229.67º 0.83% 0.51% -
HSV(B) 229.67º 0.89% 0.92% -
XYZ 16.92 9.48 78.78 -
YUV 69.96 220.57 95.93 -
System Red Green Blue C M Y K H S L
Decimal 25 61 234 0.89 0.74 0 0.08 229.67 0.83 0.51
Hex 19 3D EA 59 4A 0 8 E6 53 33
Octal 31 75 352 131 112 0 10 346 123 63
Binary 11001 111101 11101010 1011001 1001010 0 1000 11100110 1010011 110011

Color Harmonies of #193DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193DEA

Black with #193DEA

Text Example


Text Example

White with #193DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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