Html Css Color HEX #192FBB Persian Blue

📋 copy color: '#192FBB'

red 25 ◦ green 47 ◦ blue 187

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

Shades of Persian Blue #192FBB

Tints of Persian Blue #192FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 72.2%

R = 9.65%
G = 18.15%
B = 72.2%

CMYK

 C value IS 0.87

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#192FBB (or 0x192FBB) is known color: Persian Blue. HEX triplet: 19, 2F and BB. RGB value is (25,47,187). Sum of RGB (Red+Green+Blue) = 25+47+187=259 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.65% from 259); Green value is 47 (18.75% from 255 or 18.15% from 259); Blue value is 187 (73.44% from 255 or 72.20% from 259); Max value from RGB is 187 - color contains mainly: blue. Hex color #192FBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #192FBB is #E6D044. Grayscale: #373737. Windows color (decimal): -15126597 or 12267289. OLE color: 12267289.

HSL color Cylindrical-coordinate representation of color #192FBB: hue angle of 231.85º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #192FBB is Cyan = 0.87, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 25 47 187 -
CMYK 0.87 0.75 0 0.27
HSL 231.85º 0.76% 0.42% -
HSV(B) 231.85º 0.87% 0.73% -
XYZ 10.39 5.83 47.59 -
YUV 56.38 201.71 105.62 -
System Red Green Blue C M Y K H S L
Decimal 25 47 187 0.87 0.75 0 0.27 231.85 0.76 0.42
Hex 19 2F BB 57 4B 0 1B E8 4C 2A
Octal 31 57 273 127 113 0 33 350 114 52
Binary 11001 101111 10111011 1010111 1001011 0 11011 11101000 1001100 101010

Color Harmonies of #192FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192FBB

Black with #192FBB

Text Example


Text Example

White with #192FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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