Html Css Color HEX #192ED7 Persian Blue

📋 copy color: '#192ED7'

red 25 ◦ green 46 ◦ blue 215

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

Shades of Persian Blue #192ED7

Tints of Persian Blue #192ED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 75.17%

R = 8.74%
G = 16.08%
B = 75.17%

CMYK

 C value IS 0.88

 M value IS 0.79

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#192ED7 (or 0x192ED7) is known color: Persian Blue. HEX triplet: 19, 2E and D7. RGB value is (25,46,215). Sum of RGB (Red+Green+Blue) = 25+46+215=286 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.74% from 286); Green value is 46 (18.36% from 255 or 16.08% from 286); Blue value is 215 (84.38% from 255 or 75.17% from 286); Max value from RGB is 215 - color contains mainly: blue. Hex color #192ED7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #192ED7 is #E6D128. Grayscale: #3A3A3A. Windows color (decimal): -15126825 or 14102041. OLE color: 14102041.

HSL color Cylindrical-coordinate representation of color #192ED7: hue angle of 233.37º 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 #192ED7 is Cyan = 0.88, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 25 46 215 -
CMYK 0.88 0.79 0 0.16
HSL 233.37º 0.79% 0.47% -
HSV(B) 233.37º 0.88% 0.84% -
XYZ 13.64 7.07 64.93 -
YUV 58.99 216.04 103.76 -
System Red Green Blue C M Y K H S L
Decimal 25 46 215 0.88 0.79 0 0.16 233.37 0.79 0.47
Hex 19 2E D7 58 4F 0 10 E9 4F 2F
Octal 31 56 327 130 117 0 20 351 117 57
Binary 11001 101110 11010111 1011000 1001111 0 10000 11101001 1001111 101111

Color Harmonies of #192ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192ED7

Black with #192ED7

Text Example


Text Example

White with #192ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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