Html Css Color HEX #1424BE Persian Blue

📋 copy color: '#1424BE'

red 20 ◦ green 36 ◦ blue 190

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

Shades of Persian Blue #1424BE

Tints of Persian Blue #1424BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 77.24%

R = 8.13%
G = 14.63%
B = 77.24%

CMYK

 C value IS 0.89

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1424BE (or 0x1424BE) is known color: Persian Blue. HEX triplet: 14, 24 and BE. RGB value is (20,36,190). Sum of RGB (Red+Green+Blue) = 20+36+190=246 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.13% from 246); Green value is 36 (14.45% from 255 or 14.63% from 246); Blue value is 190 (74.61% from 255 or 77.24% from 246); Max value from RGB is 190 - color contains mainly: blue. Hex color #1424BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1424BE is #EBDB41. Grayscale: #303030. Windows color (decimal): -15457090 or 12461076. OLE color: 12461076.

HSL color Cylindrical-coordinate representation of color #1424BE: hue angle of 234.35º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1424BE is Cyan = 0.89, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 20 36 190 -
CMYK 0.89 0.81 0 0.25
HSL 234.35º 0.81% 0.41% -
HSV(B) 234.35º 0.89% 0.75% -
XYZ 10.21 5.13 49.17 -
YUV 48.77 207.7 107.48 -
System Red Green Blue C M Y K H S L
Decimal 20 36 190 0.89 0.81 0 0.25 234.35 0.81 0.41
Hex 14 24 BE 59 51 0 19 EA 51 29
Octal 24 44 276 131 121 0 31 352 121 51
Binary 10100 100100 10111110 1011001 1010001 0 11001 11101010 1010001 101001

Color Harmonies of #1424BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1424BE

Black with #1424BE

Text Example


Text Example

White with #1424BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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