Html Css Color HEX #192ECE Persian Blue

📋 copy color: '#192ECE'

red 25 ◦ green 46 ◦ blue 206

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

Shades of Persian Blue #192ECE

Tints of Persian Blue #192ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 74.37%

R = 9.03%
G = 16.61%
B = 74.37%

CMYK

 C value IS 0.88

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#192ECE (or 0x192ECE) is known color: Persian Blue. HEX triplet: 19, 2E and CE. RGB value is (25,46,206). Sum of RGB (Red+Green+Blue) = 25+46+206=277 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.03% from 277); Green value is 46 (18.36% from 255 or 16.61% from 277); Blue value is 206 (80.86% from 255 or 74.37% from 277); Max value from RGB is 206 - color contains mainly: blue. Hex color #192ECE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #192ECE is #E6D131. Grayscale: #393939. Windows color (decimal): -15126834 or 13512217. OLE color: 13512217.

HSL color Cylindrical-coordinate representation of color #192ECE: hue angle of 233.04º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #192ECE is Cyan = 0.88, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 25 46 206 -
CMYK 0.88 0.78 0 0.19
HSL 233.04º 0.78% 0.45% -
HSV(B) 233.04º 0.88% 0.81% -
XYZ 12.52 6.62 59.01 -
YUV 57.96 211.54 104.49 -
System Red Green Blue C M Y K H S L
Decimal 25 46 206 0.88 0.78 0 0.19 233.04 0.78 0.45
Hex 19 2E CE 58 4E 0 13 E9 4E 2D
Octal 31 56 316 130 116 0 23 351 116 55
Binary 11001 101110 11001110 1011000 1001110 0 10011 11101001 1001110 101101

Color Harmonies of #192ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192ECE

Black with #192ECE

Text Example


Text Example

White with #192ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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