Html Css Color HEX #192FD5 Persian Blue

📋 copy color: '#192FD5'

red 25 ◦ green 47 ◦ blue 213

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

Shades of Persian Blue #192FD5

Tints of Persian Blue #192FD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 74.74%

R = 8.77%
G = 16.49%
B = 74.74%

CMYK

 C value IS 0.88

 M value IS 0.78

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#192FD5 (or 0x192FD5) is known color: Persian Blue. HEX triplet: 19, 2F and D5. RGB value is (25,47,213). Sum of RGB (Red+Green+Blue) = 25+47+213=285 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.77% from 285); Green value is 47 (18.75% from 255 or 16.49% from 285); Blue value is 213 (83.59% from 255 or 74.74% from 285); Max value from RGB is 213 - color contains mainly: blue. Hex color #192FD5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #192FD5 is #E6D02A. Grayscale: #3A3A3A. Windows color (decimal): -15126571 or 13971225. OLE color: 13971225.

HSL color Cylindrical-coordinate representation of color #192FD5: hue angle of 232.98º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #192FD5 is Cyan = 0.88, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 25 47 213 -
CMYK 0.88 0.78 0 0.16
HSL 232.98º 0.79% 0.47% -
HSV(B) 232.98º 0.88% 0.84% -
XYZ 13.43 7.04 63.6 -
YUV 59.35 214.71 103.5 -
System Red Green Blue C M Y K H S L
Decimal 25 47 213 0.88 0.78 0 0.16 232.98 0.79 0.47
Hex 19 2F D5 58 4E 0 10 E9 4F 2F
Octal 31 57 325 130 116 0 20 351 117 57
Binary 11001 101111 11010101 1011000 1001110 0 10000 11101001 1001111 101111

Color Harmonies of #192FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192FD5

Black with #192FD5

Text Example


Text Example

White with #192FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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