Html Css Color HEX #192ECD Persian Blue

📋 copy color: '#192ECD'

red 25 ◦ green 46 ◦ blue 205

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

Shades of Persian Blue #192ECD

Tints of Persian Blue #192ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 74.28%

R = 9.06%
G = 16.67%
B = 74.28%

CMYK

 C value IS 0.88

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#192ECD (or 0x192ECD) is known color: Persian Blue. HEX triplet: 19, 2E and CD. RGB value is (25,46,205). Sum of RGB (Red+Green+Blue) = 25+46+205=276 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.06% from 276); Green value is 46 (18.36% from 255 or 16.67% from 276); Blue value is 205 (80.47% from 255 or 74.28% from 276); Max value from RGB is 205 - color contains mainly: blue. Hex color #192ECD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #192ECD is #E6D132. Grayscale: #393939. Windows color (decimal): -15126835 or 13446681. OLE color: 13446681.

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

Color convert

RGB 25 46 205 -
CMYK 0.88 0.78 0 0.20
HSL 233º 0.78% 0.45% -
HSV(B) 233º 0.88% 0.8% -
XYZ 12.4 6.57 58.37 -
YUV 57.85 211.04 104.57 -
System Red Green Blue C M Y K H S L
Decimal 25 46 205 0.88 0.78 0 0.20 233 0.78 0.45
Hex 19 2E CD 58 4E 0 14 E9 4E 2D
Octal 31 56 315 130 116 0 24 351 116 55
Binary 11001 101110 11001101 1011000 1001110 0 10100 11101001 1001110 101101

Color Harmonies of #192ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192ECD

Black with #192ECD

Text Example


Text Example

White with #192ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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