Html Css Color HEX #192EC8 Persian Blue

📋 copy color: '#192EC8'

red 25 ◦ green 46 ◦ blue 200

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

Shades of Persian Blue #192EC8

Tints of Persian Blue #192EC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 73.8%

R = 9.23%
G = 16.97%
B = 73.8%

CMYK

 C value IS 0.88

 M value IS 0.77

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#192EC8 (or 0x192EC8) is known color: Persian Blue. HEX triplet: 19, 2E and C8. RGB value is (25,46,200). Sum of RGB (Red+Green+Blue) = 25+46+200=271 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.23% from 271); Green value is 46 (18.36% from 255 or 16.97% from 271); Blue value is 200 (78.52% from 255 or 73.80% from 271); Max value from RGB is 200 - color contains mainly: blue. Hex color #192EC8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #192EC8 is #E6D137. Grayscale: #383838. Windows color (decimal): -15126840 or 13119001. OLE color: 13119001.

HSL color Cylindrical-coordinate representation of color #192EC8: hue angle of 232.8º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #192EC8 is Cyan = 0.88, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 25 46 200 -
CMYK 0.88 0.77 0 0.22
HSL 232.8º 0.78% 0.44% -
HSV(B) 232.8º 0.88% 0.78% -
XYZ 11.8 6.33 55.24 -
YUV 57.28 208.54 104.98 -
System Red Green Blue C M Y K H S L
Decimal 25 46 200 0.88 0.77 0 0.22 232.8 0.78 0.44
Hex 19 2E C8 58 4D 0 16 E9 4E 2C
Octal 31 56 310 130 115 0 26 351 116 54
Binary 11001 101110 11001000 1011000 1001101 0 10110 11101001 1001110 101100

Color Harmonies of #192EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192EC8

Black with #192EC8

Text Example


Text Example

White with #192EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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