Html Css Color HEX #193BB2 Persian Blue

📋 copy color: '#193BB2'

red 25 ◦ green 59 ◦ blue 178

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

Shades of Persian Blue #193BB2

Tints of Persian Blue #193BB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 67.94%

R = 9.54%
G = 22.52%
B = 67.94%

CMYK

 C value IS 0.86

 M value IS 0.67

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#193BB2 (or 0x193BB2) is known color: Persian Blue. HEX triplet: 19, 3B and B2. RGB value is (25,59,178). Sum of RGB (Red+Green+Blue) = 25+59+178=262 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.54% from 262); Green value is 59 (23.44% from 255 or 22.52% from 262); Blue value is 178 (69.92% from 255 or 67.94% from 262); Max value from RGB is 178 - color contains mainly: blue. Hex color #193BB2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193BB2 is #E6C44D. Grayscale: #3D3D3D. Windows color (decimal): -15123534 or 11680537. OLE color: 11680537.

HSL color Cylindrical-coordinate representation of color #193BB2: hue angle of 226.67º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #193BB2 is Cyan = 0.86, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 25 59 178 -
CMYK 0.86 0.67 0 0.30
HSL 226.67º 0.75% 0.4% -
HSV(B) 226.67º 0.86% 0.7% -
XYZ 10 6.55 42.86 -
YUV 62.4 193.24 101.32 -
System Red Green Blue C M Y K H S L
Decimal 25 59 178 0.86 0.67 0 0.30 226.67 0.75 0.4
Hex 19 3B B2 56 43 0 1E E3 4B 28
Octal 31 73 262 126 103 0 36 343 113 50
Binary 11001 111011 10110010 1010110 1000011 0 11110 11100011 1001011 101000

Color Harmonies of #193BB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193BB2

Black with #193BB2

Text Example


Text Example

White with #193BB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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