Html Css Color HEX #192BD4 Persian Blue

📋 copy color: '#192BD4'

red 25 ◦ green 43 ◦ blue 212

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

Shades of Persian Blue #192BD4

Tints of Persian Blue #192BD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 75.71%

R = 8.93%
G = 15.36%
B = 75.71%

CMYK

 C value IS 0.88

 M value IS 0.80

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#192BD4 (or 0x192BD4) is known color: Persian Blue. HEX triplet: 19, 2B and D4. RGB value is (25,43,212). Sum of RGB (Red+Green+Blue) = 25+43+212=280 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.93% from 280); Green value is 43 (17.19% from 255 or 15.36% from 280); Blue value is 212 (83.20% from 255 or 75.71% from 280); Max value from RGB is 212 - color contains mainly: blue. Hex color #192BD4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #192BD4 is #E6D42B. Grayscale: #383838. Windows color (decimal): -15127596 or 13904665. OLE color: 13904665.

HSL color Cylindrical-coordinate representation of color #192BD4: hue angle of 234.22º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #192BD4 is Cyan = 0.88, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 25 43 212 -
CMYK 0.88 0.80 0 0.17
HSL 234.22º 0.79% 0.46% -
HSV(B) 234.22º 0.88% 0.83% -
XYZ 13.15 6.69 62.89 -
YUV 56.88 215.54 105.26 -
System Red Green Blue C M Y K H S L
Decimal 25 43 212 0.88 0.80 0 0.17 234.22 0.79 0.46
Hex 19 2B D4 58 50 0 11 EA 4F 2E
Octal 31 53 324 130 120 0 21 352 117 56
Binary 11001 101011 11010100 1011000 1010000 0 10001 11101010 1001111 101110

Color Harmonies of #192BD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192BD4

Black with #192BD4

Text Example


Text Example

White with #192BD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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