Html Css Color HEX #192EDC Persian Blue

📋 copy color: '#192EDC'

red 25 ◦ green 46 ◦ blue 220

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

Shades of Persian Blue #192EDC

Tints of Persian Blue #192EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 75.6%

R = 8.59%
G = 15.81%
B = 75.6%

CMYK

 C value IS 0.89

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#192EDC (or 0x192EDC) is known color: Persian Blue. HEX triplet: 19, 2E and DC. RGB value is (25,46,220). Sum of RGB (Red+Green+Blue) = 25+46+220=291 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.59% from 291); Green value is 46 (18.36% from 255 or 15.81% from 291); Blue value is 220 (86.33% from 255 or 75.60% from 291); Max value from RGB is 220 - color contains mainly: blue. Hex color #192EDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #192EDC is #E6D123. Grayscale: #3A3A3A. Windows color (decimal): -15126820 or 14429721. OLE color: 14429721.

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

Color convert

RGB 25 46 220 -
CMYK 0.89 0.79 0 0.14
HSL 233.54º 0.8% 0.48% -
HSV(B) 233.54º 0.89% 0.86% -
XYZ 14.3 7.33 68.37 -
YUV 59.56 218.54 103.35 -
System Red Green Blue C M Y K H S L
Decimal 25 46 220 0.89 0.79 0 0.14 233.54 0.8 0.48
Hex 19 2E DC 59 4F 0 E EA 50 30
Octal 31 56 334 131 117 0 16 352 120 60
Binary 11001 101110 11011100 1011001 1001111 0 1110 11101010 1010000 110000

Color Harmonies of #192EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192EDC

Black with #192EDC

Text Example


Text Example

White with #192EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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