Html Css Color HEX #192FD0 Persian Blue

📋 copy color: '#192FD0'

red 25 ◦ green 47 ◦ blue 208

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

Shades of Persian Blue #192FD0

Tints of Persian Blue #192FD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 74.29%

R = 8.93%
G = 16.79%
B = 74.29%

CMYK

 C value IS 0.88

 M value IS 0.77

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#192FD0 (or 0x192FD0) is known color: Persian Blue. HEX triplet: 19, 2F and D0. RGB value is (25,47,208). Sum of RGB (Red+Green+Blue) = 25+47+208=280 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.93% from 280); Green value is 47 (18.75% from 255 or 16.79% from 280); Blue value is 208 (81.64% from 255 or 74.29% from 280); Max value from RGB is 208 - color contains mainly: blue. Hex color #192FD0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #192FD0 is #E6D02F. Grayscale: #3A3A3A. Windows color (decimal): -15126576 or 13643545. OLE color: 13643545.

HSL color Cylindrical-coordinate representation of color #192FD0: hue angle of 232.79º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #192FD0 is Cyan = 0.88, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 25 47 208 -
CMYK 0.88 0.77 0 0.18
HSL 232.79º 0.79% 0.46% -
HSV(B) 232.79º 0.88% 0.82% -
XYZ 12.8 6.79 60.31 -
YUV 58.78 212.21 103.91 -
System Red Green Blue C M Y K H S L
Decimal 25 47 208 0.88 0.77 0 0.18 232.79 0.79 0.46
Hex 19 2F D0 58 4D 0 12 E9 4F 2E
Octal 31 57 320 130 115 0 22 351 117 56
Binary 11001 101111 11010000 1011000 1001101 0 10010 11101001 1001111 101110

Color Harmonies of #192FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192FD0

Black with #192FD0

Text Example


Text Example

White with #192FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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