Html Css Color HEX #193EEB Persian Blue

📋 copy color: '#193EEB'

red 25 ◦ green 62 ◦ blue 235

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

Shades of Persian Blue #193EEB

Tints of Persian Blue #193EEB

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.25%

 BLUE value IS 235 (92.19% from 255) = 72.98%

R = 7.76%
G = 19.25%
B = 72.98%

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

#193EEB (or 0x193EEB) is known color: Persian Blue. HEX triplet: 19, 3E and EB. RGB value is (25,62,235). Sum of RGB (Red+Green+Blue) = 25+62+235=322 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.76% from 322); Green value is 62 (24.61% from 255 or 19.25% from 322); Blue value is 235 (92.19% from 255 or 72.98% from 322); Max value from RGB is 235 - color contains mainly: blue. Hex color #193EEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #193EEB is #E6C114. Grayscale: #454545. Windows color (decimal): -15122709 or 15416857. OLE color: 15416857.

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

Color convert

RGB 25 62 235 -
CMYK 0.89 0.74 0 0.08
HSL 229.43º 0.84% 0.51% -
HSV(B) 229.43º 0.89% 0.92% -
XYZ 17.12 9.65 79.56 -
YUV 70.66 220.74 95.43 -
System Red Green Blue C M Y K H S L
Decimal 25 62 235 0.89 0.74 0 0.08 229.43 0.84 0.51
Hex 19 3E EB 59 4A 0 8 E5 54 33
Octal 31 76 353 131 112 0 10 345 124 63
Binary 11001 111110 11101011 1011001 1001010 0 1000 11100101 1010100 110011

Color Harmonies of #193EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193EEB

Black with #193EEB

Text Example


Text Example

White with #193EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,62,235); }

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

background-color css

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

 a { background-color: rgb(25,62,235); }

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

border-color css

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

 span { border-color: rgb(25,62,235); }

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