Html Css Color HEX #192BCA Persian Blue

📋 copy color: '#192BCA'

red 25 ◦ green 43 ◦ blue 202

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

Shades of Persian Blue #192BCA

Tints of Persian Blue #192BCA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.93%

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

R = 9.26%
G = 15.93%
B = 74.81%

CMYK

 C value IS 0.88

 M value IS 0.79

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#192BCA (or 0x192BCA) is known color: Persian Blue. HEX triplet: 19, 2B and CA. RGB value is (25,43,202). Sum of RGB (Red+Green+Blue) = 25+43+202=270 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.26% from 270); Green value is 43 (17.19% from 255 or 15.93% from 270); Blue value is 202 (79.30% from 255 or 74.81% from 270); Max value from RGB is 202 - color contains mainly: blue. Hex color #192BCA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #192BCA is #E6D435. Grayscale: #373737. Windows color (decimal): -15127606 or 13249305. OLE color: 13249305.

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

Color convert

RGB 25 43 202 -
CMYK 0.88 0.79 0 0.21
HSL 233.9º 0.78% 0.45% -
HSV(B) 233.9º 0.88% 0.79% -
XYZ 11.93 6.2 56.45 -
YUV 55.74 210.54 106.07 -
System Red Green Blue C M Y K H S L
Decimal 25 43 202 0.88 0.79 0 0.21 233.9 0.78 0.45
Hex 19 2B CA 58 4F 0 15 EA 4E 2D
Octal 31 53 312 130 117 0 25 352 116 55
Binary 11001 101011 11001010 1011000 1001111 0 10101 11101010 1001110 101101

Color Harmonies of #192BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192BCA

Black with #192BCA

Text Example


Text Example

White with #192BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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