Html Css Color HEX #1428BB Persian Blue

📋 copy color: '#1428BB'

red 20 ◦ green 40 ◦ blue 187

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

Shades of Persian Blue #1428BB

Tints of Persian Blue #1428BB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.19%

 BLUE value IS 187 (73.44% from 255) = 75.71%

R = 8.1%
G = 16.19%
B = 75.71%

CMYK

 C value IS 0.89

 M value IS 0.79

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1428BB (or 0x1428BB) is known color: Persian Blue. HEX triplet: 14, 28 and BB. RGB value is (20,40,187). Sum of RGB (Red+Green+Blue) = 20+40+187=247 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.10% from 247); Green value is 40 (16.02% from 255 or 16.19% from 247); Blue value is 187 (73.44% from 255 or 75.71% from 247); Max value from RGB is 187 - color contains mainly: blue. Hex color #1428BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1428BB is #EBD744. Grayscale: #323232. Windows color (decimal): -15456069 or 12265492. OLE color: 12265492.

HSL color Cylindrical-coordinate representation of color #1428BB: hue angle of 232.81º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1428BB is Cyan = 0.89, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 20 40 187 -
CMYK 0.89 0.79 0 0.27
HSL 232.81º 0.81% 0.41% -
HSV(B) 232.81º 0.89% 0.73% -
XYZ 10.02 5.25 47.5 -
YUV 50.78 204.87 106.05 -
System Red Green Blue C M Y K H S L
Decimal 20 40 187 0.89 0.79 0 0.27 232.81 0.81 0.41
Hex 14 28 BB 59 4F 0 1B E9 51 29
Octal 24 50 273 131 117 0 33 351 121 51
Binary 10100 101000 10111011 1011001 1001111 0 11011 11101001 1010001 101001

Color Harmonies of #1428BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1428BB

Black with #1428BB

Text Example


Text Example

White with #1428BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1428BB; }

 p { color: rgb(20,40,187); }

 H1.HeaderClassName
 {
   color: #1428BB;
 }
 .AnyTagClassName
 {
   color: #1428BB;
 }
</style>

background-color css

<style>
 a { background-color: #1428BB; }

 a { background-color: rgb(20,40,187); }

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

border-color css

<style>
 span { border-color: #1428BB; }

 span { border-color: rgb(20,40,187); }

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