Html Css Color HEX #192BBB Persian Blue

📋 copy color: '#192BBB'

red 25 ◦ green 43 ◦ blue 187

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

Shades of Persian Blue #192BBB

Tints of Persian Blue #192BBB

RGB

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

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

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

R = 9.8%
G = 16.86%
B = 73.33%

CMYK

 C value IS 0.87

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#192BBB (or 0x192BBB) is known color: Persian Blue. HEX triplet: 19, 2B and BB. RGB value is (25,43,187). Sum of RGB (Red+Green+Blue) = 25+43+187=255 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.80% from 255); Green value is 43 (17.19% from 255 or 16.86% from 255); Blue value is 187 (73.44% from 255 or 73.33% from 255); Max value from RGB is 187 - color contains mainly: blue. Hex color #192BBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #192BBB is #E6D444. Grayscale: #353535. Windows color (decimal): -15127621 or 12266265. OLE color: 12266265.

HSL color Cylindrical-coordinate representation of color #192BBB: hue angle of 233.33º 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 #192BBB is Cyan = 0.87, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 25 43 187 -
CMYK 0.87 0.77 0 0.27
HSL 233.33º 0.76% 0.42% -
HSV(B) 233.33º 0.87% 0.73% -
XYZ 10.23 5.52 47.54 -
YUV 54.03 203.04 107.29 -
System Red Green Blue C M Y K H S L
Decimal 25 43 187 0.87 0.77 0 0.27 233.33 0.76 0.42
Hex 19 2B BB 57 4D 0 1B E9 4C 2A
Octal 31 53 273 127 115 0 33 351 114 52
Binary 11001 101011 10111011 1010111 1001101 0 11011 11101001 1001100 101010

Color Harmonies of #192BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192BBB

Black with #192BBB

Text Example


Text Example

White with #192BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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