Html Css Color HEX #192CCA Persian Blue

📋 copy color: '#192CCA'

red 25 ◦ green 44 ◦ blue 202

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

Shades of Persian Blue #192CCA

Tints of Persian Blue #192CCA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.24%

 BLUE value IS 202 (79.3% from 255) = 74.54%

R = 9.23%
G = 16.24%
B = 74.54%

CMYK

 C value IS 0.88

 M value IS 0.78

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#192CCA (or 0x192CCA) is known color: Persian Blue. HEX triplet: 19, 2C and CA. RGB value is (25,44,202). Sum of RGB (Red+Green+Blue) = 25+44+202=271 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.23% from 271); Green value is 44 (17.58% from 255 or 16.24% from 271); Blue value is 202 (79.30% from 255 or 74.54% from 271); Max value from RGB is 202 - color contains mainly: blue. Hex color #192CCA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #192CCA is #E6D335. Grayscale: #373737. Windows color (decimal): -15127350 or 13249561. OLE color: 13249561.

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

Color convert

RGB 25 44 202 -
CMYK 0.88 0.78 0 0.21
HSL 233.56º 0.78% 0.45% -
HSV(B) 233.56º 0.88% 0.79% -
XYZ 11.96 6.27 56.46 -
YUV 56.33 210.21 105.65 -
System Red Green Blue C M Y K H S L
Decimal 25 44 202 0.88 0.78 0 0.21 233.56 0.78 0.45
Hex 19 2C CA 58 4E 0 15 EA 4E 2D
Octal 31 54 312 130 116 0 25 352 116 55
Binary 11001 101100 11001010 1011000 1001110 0 10101 11101010 1001110 101101

Color Harmonies of #192CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192CCA

Black with #192CCA

Text Example


Text Example

White with #192CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,44,202); }

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

background-color css

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

 a { background-color: rgb(25,44,202); }

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

border-color css

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

 span { border-color: rgb(25,44,202); }

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