Html Css Color HEX #2419B2 Persian Blue

📋 copy color: '#2419B2'

red 36 ◦ green 25 ◦ blue 178

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

Shades of Persian Blue #2419B2

Tints of Persian Blue #2419B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 74.48%

R = 15.06%
G = 10.46%
B = 74.48%

CMYK

 C value IS 0.80

 M value IS 0.86

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#2419B2 (or 0x2419B2) is known color: Persian Blue. HEX triplet: 24, 19 and B2. RGB value is (36,25,178). Sum of RGB (Red+Green+Blue) = 36+25+178=239 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.06% from 239); Green value is 25 (10.16% from 255 or 10.46% from 239); Blue value is 178 (69.92% from 255 or 74.48% from 239); Max value from RGB is 178 - color contains mainly: blue. Hex color #2419B2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2419B2 is #DBE64D. Grayscale: #2D2D2D. Windows color (decimal): -14411342 or 11671844. OLE color: 11671844.

HSL color Cylindrical-coordinate representation of color #2419B2: hue angle of 244.31º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2419B2 is Cyan = 0.80, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 36 25 178 -
CMYK 0.80 0.86 0 0.30
HSL 244.31º 0.75% 0.4% -
HSV(B) 244.31º 0.86% 0.7% -
XYZ 9.11 4.28 42.47 -
YUV 45.73 202.64 121.06 -
System Red Green Blue C M Y K H S L
Decimal 36 25 178 0.80 0.86 0 0.30 244.31 0.75 0.4
Hex 24 19 B2 50 56 0 1E F4 4B 28
Octal 44 31 262 120 126 0 36 364 113 50
Binary 100100 11001 10110010 1010000 1010110 0 11110 11110100 1001011 101000

Color Harmonies of #2419B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2419B2

Black with #2419B2

Text Example


Text Example

White with #2419B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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