Html Css Color HEX #2419CA Persian Blue

📋 copy color: '#2419CA'

red 36 ◦ green 25 ◦ blue 202

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

Shades of Persian Blue #2419CA

Tints of Persian Blue #2419CA

RGB

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

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

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

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

CMYK

 C value IS 0.82

 M value IS 0.88

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2419CA (or 0x2419CA) is known color: Persian Blue. HEX triplet: 24, 19 and CA. RGB value is (36,25,202). Sum of RGB (Red+Green+Blue) = 36+25+202=263 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.69% from 263); Green value is 25 (10.16% from 255 or 9.51% 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 #2419CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2419CA is #DBE635. Grayscale: #2F2F2F. Windows color (decimal): -14411318 or 13244708. OLE color: 13244708.

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

Color convert

RGB 36 25 202 -
CMYK 0.82 0.88 0 0.21
HSL 243.73º 0.78% 0.45% -
HSV(B) 243.73º 0.88% 0.79% -
XYZ 11.74 5.33 56.29 -
YUV 48.47 214.64 119.11 -
System Red Green Blue C M Y K H S L
Decimal 36 25 202 0.82 0.88 0 0.21 243.73 0.78 0.45
Hex 24 19 CA 52 58 0 15 F4 4E 2D
Octal 44 31 312 122 130 0 25 364 116 55
Binary 100100 11001 11001010 1010010 1011000 0 10101 11110100 1001110 101101

Color Harmonies of #2419CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2419CA

Black with #2419CA

Text Example


Text Example

White with #2419CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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