Html Css Color HEX #1924CA Persian Blue

📋 copy color: '#1924CA'

red 25 ◦ green 36 ◦ blue 202

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

Shades of Persian Blue #1924CA

Tints of Persian Blue #1924CA

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.69%

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

R = 9.51%
G = 13.69%
B = 76.81%

CMYK

 C value IS 0.88

 M value IS 0.82

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1924CA (or 0x1924CA) is known color: Persian Blue. HEX triplet: 19, 24 and CA. RGB value is (25,36,202). Sum of RGB (Red+Green+Blue) = 25+36+202=263 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.51% from 263); Green value is 36 (14.45% from 255 or 13.69% from 263); Blue value is 202 (79.30% from 255 or 76.81% from 263); Max value from RGB is 202 - color contains mainly: blue. Hex color #1924CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1924CA is #E6DB35. Grayscale: #323232. Windows color (decimal): -15129398 or 13247513. OLE color: 13247513.

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

Color convert

RGB 25 36 202 -
CMYK 0.88 0.82 0 0.21
HSL 236.27º 0.78% 0.45% -
HSV(B) 236.27º 0.88% 0.79% -
XYZ 11.69 5.73 56.37 -
YUV 51.64 212.86 109 -
System Red Green Blue C M Y K H S L
Decimal 25 36 202 0.88 0.82 0 0.21 236.27 0.78 0.45
Hex 19 24 CA 58 52 0 15 EC 4E 2D
Octal 31 44 312 130 122 0 25 354 116 55
Binary 11001 100100 11001010 1011000 1010010 0 10101 11101100 1001110 101101

Color Harmonies of #1924CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1924CA

Black with #1924CA

Text Example


Text Example

White with #1924CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1924CA; }

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

 H1.HeaderClassName
 {
   color: #1924CA;
 }
 .AnyTagClassName
 {
   color: #1924CA;
 }
</style>

background-color css

<style>
 a { background-color: #1924CA; }

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

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

border-color css

<style>
 span { border-color: #1924CA; }

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

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