Html Css Color HEX #192ADB Persian Blue

📋 copy color: '#192ADB'

red 25 ◦ green 42 ◦ blue 219

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

Shades of Persian Blue #192ADB

Tints of Persian Blue #192ADB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.69%

 BLUE value IS 219 (85.94% from 255) = 76.57%

R = 8.74%
G = 14.69%
B = 76.57%

CMYK

 C value IS 0.89

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#192ADB (or 0x192ADB) is known color: Persian Blue. HEX triplet: 19, 2A and DB. RGB value is (25,42,219). Sum of RGB (Red+Green+Blue) = 25+42+219=286 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.74% from 286); Green value is 42 (16.80% from 255 or 14.69% from 286); Blue value is 219 (85.94% from 255 or 76.57% from 286); Max value from RGB is 219 - color contains mainly: blue. Hex color #192ADB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #192ADB is #E6D524. Grayscale: #383838. Windows color (decimal): -15127845 or 14363161. OLE color: 14363161.

HSL color Cylindrical-coordinate representation of color #192ADB: hue angle of 234.74º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #192ADB is Cyan = 0.89, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 25 42 219 -
CMYK 0.89 0.81 0 0.14
HSL 234.74º 0.8% 0.48% -
HSV(B) 234.74º 0.89% 0.86% -
XYZ 14.02 6.98 67.63 -
YUV 57.1 219.37 105.11 -
System Red Green Blue C M Y K H S L
Decimal 25 42 219 0.89 0.81 0 0.14 234.74 0.8 0.48
Hex 19 2A DB 59 51 0 E EB 50 30
Octal 31 52 333 131 121 0 16 353 120 60
Binary 11001 101010 11011011 1011001 1010001 0 1110 11101011 1010000 110000

Color Harmonies of #192ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192ADB

Black with #192ADB

Text Example


Text Example

White with #192ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #192ADB; }

 p { color: rgb(25,42,219); }

 H1.HeaderClassName
 {
   color: #192ADB;
 }
 .AnyTagClassName
 {
   color: #192ADB;
 }
</style>

background-color css

<style>
 a { background-color: #192ADB; }

 a { background-color: rgb(25,42,219); }

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

border-color css

<style>
 span { border-color: #192ADB; }

 span { border-color: rgb(25,42,219); }

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