Html Css Color HEX #1424CA Persian Blue

📋 copy color: '#1424CA'

red 20 ◦ green 36 ◦ blue 202

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

Shades of Persian Blue #1424CA

Tints of Persian Blue #1424CA

RGB

 RED value IS 20 (8.2% from 255) = 7.75%

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

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

R = 7.75%
G = 13.95%
B = 78.29%

CMYK

 C value IS 0.90

 M value IS 0.82

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1424CA (or 0x1424CA) is known color: Persian Blue. HEX triplet: 14, 24 and CA. RGB value is (20,36,202). Sum of RGB (Red+Green+Blue) = 20+36+202=258 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.75% from 258); Green value is 36 (14.45% from 255 or 13.95% from 258); Blue value is 202 (79.30% from 255 or 78.29% from 258); Max value from RGB is 202 - color contains mainly: blue. Hex color #1424CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1424CA is #EBDB35. Grayscale: #313131. Windows color (decimal): -15457078 or 13247508. OLE color: 13247508.

HSL color Cylindrical-coordinate representation of color #1424CA: hue angle of 234.73º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1424CA is Cyan = 0.90, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 20 36 202 -
CMYK 0.90 0.82 0 0.21
HSL 234.73º 0.82% 0.44% -
HSV(B) 234.73º 0.9% 0.79% -
XYZ 11.58 5.67 56.36 -
YUV 50.14 213.7 106.5 -
System Red Green Blue C M Y K H S L
Decimal 20 36 202 0.90 0.82 0 0.21 234.73 0.82 0.44
Hex 14 24 CA 5A 52 0 15 EB 52 2C
Octal 24 44 312 132 122 0 25 353 122 54
Binary 10100 100100 11001010 1011010 1010010 0 10101 11101011 1010010 101100

Color Harmonies of #1424CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1424CA

Black with #1424CA

Text Example


Text Example

White with #1424CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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