Html Css Color HEX #2419CE Persian Blue

📋 copy color: '#2419CE'

red 36 ◦ green 25 ◦ blue 206

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

Shades of Persian Blue #2419CE

Tints of Persian Blue #2419CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 77.15%

R = 13.48%
G = 9.36%
B = 77.15%

CMYK

 C value IS 0.83

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2419CE (or 0x2419CE) is known color: Persian Blue. HEX triplet: 24, 19 and CE. RGB value is (36,25,206). Sum of RGB (Red+Green+Blue) = 36+25+206=267 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.48% from 267); Green value is 25 (10.16% from 255 or 9.36% from 267); Blue value is 206 (80.86% from 255 or 77.15% from 267); Max value from RGB is 206 - color contains mainly: blue. Hex color #2419CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2419CE is #DBE631. Grayscale: #303030. Windows color (decimal): -14411314 or 13506852. OLE color: 13506852.

HSL color Cylindrical-coordinate representation of color #2419CE: hue angle of 243.65º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2419CE is Cyan = 0.83, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 36 25 206 -
CMYK 0.83 0.88 0 0.19
HSL 243.65º 0.78% 0.45% -
HSV(B) 243.65º 0.88% 0.81% -
XYZ 12.22 5.53 58.82 -
YUV 48.92 216.64 118.78 -
System Red Green Blue C M Y K H S L
Decimal 36 25 206 0.83 0.88 0 0.19 243.65 0.78 0.45
Hex 24 19 CE 53 58 0 13 F4 4E 2D
Octal 44 31 316 123 130 0 23 364 116 55
Binary 100100 11001 11001110 1010011 1011000 0 10011 11110100 1001110 101101

Color Harmonies of #2419CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2419CE

Black with #2419CE

Text Example


Text Example

White with #2419CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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