Html Css Color HEX #1424BC Persian Blue

📋 copy color: '#1424BC'

red 20 ◦ green 36 ◦ blue 188

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

Shades of Persian Blue #1424BC

Tints of Persian Blue #1424BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 77.05%

R = 8.2%
G = 14.75%
B = 77.05%

CMYK

 C value IS 0.89

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1424BC (or 0x1424BC) is known color: Persian Blue. HEX triplet: 14, 24 and BC. RGB value is (20,36,188). Sum of RGB (Red+Green+Blue) = 20+36+188=244 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.20% from 244); Green value is 36 (14.45% from 255 or 14.75% from 244); Blue value is 188 (73.83% from 255 or 77.05% from 244); Max value from RGB is 188 - color contains mainly: blue. Hex color #1424BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1424BC is #EBDB43. Grayscale: #2F2F2F. Windows color (decimal): -15457092 or 12330004. OLE color: 12330004.

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

Color convert

RGB 20 36 188 -
CMYK 0.89 0.81 0 0.26
HSL 234.29º 0.81% 0.41% -
HSV(B) 234.29º 0.89% 0.74% -
XYZ 10 5.04 48.02 -
YUV 48.54 206.7 107.64 -
System Red Green Blue C M Y K H S L
Decimal 20 36 188 0.89 0.81 0 0.26 234.29 0.81 0.41
Hex 14 24 BC 59 51 0 1A EA 51 29
Octal 24 44 274 131 121 0 32 352 121 51
Binary 10100 100100 10111100 1011001 1010001 0 11010 11101010 1010001 101001

Color Harmonies of #1424BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1424BC

Black with #1424BC

Text Example


Text Example

White with #1424BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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