Html Css Color HEX #192FB5 Persian Blue

📋 copy color: '#192FB5'

red 25 ◦ green 47 ◦ blue 181

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

Shades of Persian Blue #192FB5

Tints of Persian Blue #192FB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 71.54%

R = 9.88%
G = 18.58%
B = 71.54%

CMYK

 C value IS 0.86

 M value IS 0.74

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#192FB5 (or 0x192FB5) is known color: Persian Blue. HEX triplet: 19, 2F and B5. RGB value is (25,47,181). Sum of RGB (Red+Green+Blue) = 25+47+181=253 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.88% from 253); Green value is 47 (18.75% from 255 or 18.58% from 253); Blue value is 181 (71.09% from 255 or 71.54% from 253); Max value from RGB is 181 - color contains mainly: blue. Hex color #192FB5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #192FB5 is #E6D04A. Grayscale: #373737. Windows color (decimal): -15126603 or 11874073. OLE color: 11874073.

HSL color Cylindrical-coordinate representation of color #192FB5: hue angle of 231.54º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #192FB5 is Cyan = 0.86, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 25 47 181 -
CMYK 0.86 0.74 0 0.29
HSL 231.54º 0.76% 0.4% -
HSV(B) 231.54º 0.86% 0.71% -
XYZ 9.76 5.58 44.28 -
YUV 55.7 198.71 106.1 -
System Red Green Blue C M Y K H S L
Decimal 25 47 181 0.86 0.74 0 0.29 231.54 0.76 0.4
Hex 19 2F B5 56 4A 0 1D E8 4C 28
Octal 31 57 265 126 112 0 35 350 114 50
Binary 11001 101111 10110101 1010110 1001010 0 11101 11101000 1001100 101000

Color Harmonies of #192FB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192FB5

Black with #192FB5

Text Example


Text Example

White with #192FB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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