Html Css Color HEX #192EB9 Persian Blue

📋 copy color: '#192EB9'

red 25 ◦ green 46 ◦ blue 185

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

Shades of Persian Blue #192EB9

Tints of Persian Blue #192EB9

RGB

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

 GREEN value IS 46 (18.36% from 255) = 17.97%

 BLUE value IS 185 (72.66% from 255) = 72.27%

R = 9.77%
G = 17.97%
B = 72.27%

CMYK

 C value IS 0.86

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#192EB9 (or 0x192EB9) is known color: Persian Blue. HEX triplet: 19, 2E and B9. RGB value is (25,46,185). Sum of RGB (Red+Green+Blue) = 25+46+185=256 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.77% from 256); Green value is 46 (18.36% from 255 or 17.97% from 256); Blue value is 185 (72.66% from 255 or 72.27% from 256); Max value from RGB is 185 - color contains mainly: blue. Hex color #192EB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #192EB9 is #E6D146. Grayscale: #363636. Windows color (decimal): -15126855 or 12135961. OLE color: 12135961.

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

Color convert

RGB 25 46 185 -
CMYK 0.86 0.75 0 0.27
HSL 232.13º 0.76% 0.41% -
HSV(B) 232.13º 0.86% 0.73% -
XYZ 10.13 5.66 46.46 -
YUV 55.57 201.04 106.2 -
System Red Green Blue C M Y K H S L
Decimal 25 46 185 0.86 0.75 0 0.27 232.13 0.76 0.41
Hex 19 2E B9 56 4B 0 1B E8 4C 29
Octal 31 56 271 126 113 0 33 350 114 51
Binary 11001 101110 10111001 1010110 1001011 0 11011 11101000 1001100 101001

Color Harmonies of #192EB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192EB9

Black with #192EB9

Text Example


Text Example

White with #192EB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,46,185); }

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

background-color css

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

 a { background-color: rgb(25,46,185); }

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

border-color css

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

 span { border-color: rgb(25,46,185); }

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