Html Css Color HEX #192BDB Persian Blue

📋 copy color: '#192BDB'

red 25 ◦ green 43 ◦ blue 219

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

Shades of Persian Blue #192BDB

Tints of Persian Blue #192BDB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.98%

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

R = 8.71%
G = 14.98%
B = 76.31%

CMYK

 C value IS 0.89

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#192BDB (or 0x192BDB) is known color: Persian Blue. HEX triplet: 19, 2B and DB. RGB value is (25,43,219). Sum of RGB (Red+Green+Blue) = 25+43+219=287 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.71% from 287); Green value is 43 (17.19% from 255 or 14.98% from 287); Blue value is 219 (85.94% from 255 or 76.31% from 287); Max value from RGB is 219 - color contains mainly: blue. Hex color #192BDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #192BDB is #E6D424. Grayscale: #383838. Windows color (decimal): -15127589 or 14363417. OLE color: 14363417.

HSL color Cylindrical-coordinate representation of color #192BDB: hue angle of 234.43º 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 #192BDB is Cyan = 0.89, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 25 43 219 -
CMYK 0.89 0.80 0 0.14
HSL 234.43º 0.8% 0.48% -
HSV(B) 234.43º 0.89% 0.86% -
XYZ 14.05 7.05 67.64 -
YUV 57.68 219.04 104.69 -
System Red Green Blue C M Y K H S L
Decimal 25 43 219 0.89 0.80 0 0.14 234.43 0.8 0.48
Hex 19 2B DB 59 50 0 E EA 50 30
Octal 31 53 333 131 120 0 16 352 120 60
Binary 11001 101011 11011011 1011001 1010000 0 1110 11101010 1010000 110000

Color Harmonies of #192BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192BDB

Black with #192BDB

Text Example


Text Example

White with #192BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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