Html Css Color HEX #192FB1 Persian Blue

📋 copy color: '#192FB1'

red 25 ◦ green 47 ◦ blue 177

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

Shades of Persian Blue #192FB1

Tints of Persian Blue #192FB1

RGB

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

 GREEN value IS 47 (18.75% from 255) = 18.88%

 BLUE value IS 177 (69.53% from 255) = 71.08%

R = 10.04%
G = 18.88%
B = 71.08%

CMYK

 C value IS 0.86

 M value IS 0.73

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#192FB1 (or 0x192FB1) is known color: Persian Blue. HEX triplet: 19, 2F and B1. RGB value is (25,47,177). Sum of RGB (Red+Green+Blue) = 25+47+177=249 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.04% from 249); Green value is 47 (18.75% from 255 or 18.88% from 249); Blue value is 177 (69.53% from 255 or 71.08% from 249); Max value from RGB is 177 - color contains mainly: blue. Hex color #192FB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192FB1 is #E6D04E. Grayscale: #363636. Windows color (decimal): -15126607 or 11611929. OLE color: 11611929.

HSL color Cylindrical-coordinate representation of color #192FB1: hue angle of 231.32º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #192FB1 is Cyan = 0.86, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 25 47 177 -
CMYK 0.86 0.73 0 0.31
HSL 231.32º 0.75% 0.4% -
HSV(B) 231.32º 0.86% 0.69% -
XYZ 9.35 5.41 42.15 -
YUV 55.24 196.71 106.43 -
System Red Green Blue C M Y K H S L
Decimal 25 47 177 0.86 0.73 0 0.31 231.32 0.75 0.4
Hex 19 2F B1 56 49 0 1F E7 4B 28
Octal 31 57 261 126 111 0 37 347 113 50
Binary 11001 101111 10110001 1010110 1001001 0 11111 11100111 1001011 101000

Color Harmonies of #192FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192FB1

Black with #192FB1

Text Example


Text Example

White with #192FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,47,177); }

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

background-color css

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

 a { background-color: rgb(25,47,177); }

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

border-color css

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

 span { border-color: rgb(25,47,177); }

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