Html Css Color HEX #192ACD Persian Blue

📋 copy color: '#192ACD'

red 25 ◦ green 42 ◦ blue 205

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

Shades of Persian Blue #192ACD

Tints of Persian Blue #192ACD

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15.44%

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

R = 9.19%
G = 15.44%
B = 75.37%

CMYK

 C value IS 0.88

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#192ACD (or 0x192ACD) is known color: Persian Blue. HEX triplet: 19, 2A and CD. RGB value is (25,42,205). Sum of RGB (Red+Green+Blue) = 25+42+205=272 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.19% from 272); Green value is 42 (16.80% from 255 or 15.44% from 272); Blue value is 205 (80.47% from 255 or 75.37% from 272); Max value from RGB is 205 - color contains mainly: blue. Hex color #192ACD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #192ACD is #E6D532. Grayscale: #363636. Windows color (decimal): -15127859 or 13445657. OLE color: 13445657.

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

Color convert

RGB 25 42 205 -
CMYK 0.88 0.80 0 0.20
HSL 234.33º 0.78% 0.45% -
HSV(B) 234.33º 0.88% 0.8% -
XYZ 12.25 6.27 58.32 -
YUV 55.5 212.37 106.25 -
System Red Green Blue C M Y K H S L
Decimal 25 42 205 0.88 0.80 0 0.20 234.33 0.78 0.45
Hex 19 2A CD 58 50 0 14 EA 4E 2D
Octal 31 52 315 130 120 0 24 352 116 55
Binary 11001 101010 11001101 1011000 1010000 0 10100 11101010 1001110 101101

Color Harmonies of #192ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192ACD

Black with #192ACD

Text Example


Text Example

White with #192ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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