Html Css Color HEX #192EDF Persian Blue

📋 copy color: '#192EDF'

red 25 ◦ green 46 ◦ blue 223

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

Shades of Persian Blue #192EDF

Tints of Persian Blue #192EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 75.85%

R = 8.5%
G = 15.65%
B = 75.85%

CMYK

 C value IS 0.89

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#192EDF (or 0x192EDF) is known color: Persian Blue. HEX triplet: 19, 2E and DF. RGB value is (25,46,223). Sum of RGB (Red+Green+Blue) = 25+46+223=294 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.50% from 294); Green value is 46 (18.36% from 255 or 15.65% from 294); Blue value is 223 (87.5% from 255 or 75.85% from 294); Max value from RGB is 223 - color contains mainly: blue. Hex color #192EDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #192EDF is #E6D120. Grayscale: #3B3B3B. Windows color (decimal): -15126817 or 14626329. OLE color: 14626329.

HSL color Cylindrical-coordinate representation of color #192EDF: hue angle of 233.64º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #192EDF is Cyan = 0.89, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 25 46 223 -
CMYK 0.89 0.79 0 0.13
HSL 233.64º 0.8% 0.49% -
HSV(B) 233.64º 0.89% 0.87% -
XYZ 14.7 7.49 70.48 -
YUV 59.9 220.04 103.11 -
System Red Green Blue C M Y K H S L
Decimal 25 46 223 0.89 0.79 0 0.13 233.64 0.8 0.49
Hex 19 2E DF 59 4F 0 D EA 50 31
Octal 31 56 337 131 117 0 15 352 120 61
Binary 11001 101110 11011111 1011001 1001111 0 1101 11101010 1010000 110001

Color Harmonies of #192EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192EDF

Black with #192EDF

Text Example


Text Example

White with #192EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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