Html Css Color HEX #192FB0 Persian Blue

📋 copy color: '#192FB0'

red 25 ◦ green 47 ◦ blue 176

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

Shades of Persian Blue #192FB0

Tints of Persian Blue #192FB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 70.97%

R = 10.08%
G = 18.95%
B = 70.97%

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

#192FB0 (or 0x192FB0) is known color: Persian Blue. HEX triplet: 19, 2F and B0. RGB value is (25,47,176). Sum of RGB (Red+Green+Blue) = 25+47+176=248 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.08% from 248); Green value is 47 (18.75% from 255 or 18.95% from 248); Blue value is 176 (69.14% from 255 or 70.97% from 248); Max value from RGB is 176 - color contains mainly: blue. Hex color #192FB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192FB0 is #E6D04F. Grayscale: #363636. Windows color (decimal): -15126608 or 11546393. OLE color: 11546393.

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

Color convert

RGB 25 47 176 -
CMYK 0.86 0.73 0 0.31
HSL 231.26º 0.75% 0.39% -
HSV(B) 231.26º 0.86% 0.69% -
XYZ 9.25 5.37 41.62 -
YUV 55.13 196.21 106.51 -
System Red Green Blue C M Y K H S L
Decimal 25 47 176 0.86 0.73 0 0.31 231.26 0.75 0.39
Hex 19 2F B0 56 49 0 1F E7 4B 27
Octal 31 57 260 126 111 0 37 347 113 47
Binary 11001 101111 10110000 1010110 1001001 0 11111 11100111 1001011 100111

Color Harmonies of #192FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192FB0

Black with #192FB0

Text Example


Text Example

White with #192FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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