Html Css Color HEX #1428BD Persian Blue

📋 copy color: '#1428BD'

red 20 ◦ green 40 ◦ blue 189

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

Shades of Persian Blue #1428BD

Tints of Persian Blue #1428BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 75.9%

R = 8.03%
G = 16.06%
B = 75.9%

CMYK

 C value IS 0.89

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1428BD (or 0x1428BD) is known color: Persian Blue. HEX triplet: 14, 28 and BD. RGB value is (20,40,189). Sum of RGB (Red+Green+Blue) = 20+40+189=249 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.03% from 249); Green value is 40 (16.02% from 255 or 16.06% from 249); Blue value is 189 (74.22% from 255 or 75.90% from 249); Max value from RGB is 189 - color contains mainly: blue. Hex color #1428BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1428BD is #EBD742. Grayscale: #323232. Windows color (decimal): -15456067 or 12396564. OLE color: 12396564.

HSL color Cylindrical-coordinate representation of color #1428BD: hue angle of 232.9º 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 #1428BD is Cyan = 0.89, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 20 40 189 -
CMYK 0.89 0.79 0 0.26
HSL 232.9º 0.81% 0.41% -
HSV(B) 232.9º 0.89% 0.74% -
XYZ 10.23 5.34 48.64 -
YUV 51.01 205.87 105.88 -
System Red Green Blue C M Y K H S L
Decimal 20 40 189 0.89 0.79 0 0.26 232.9 0.81 0.41
Hex 14 28 BD 59 4F 0 1A E9 51 29
Octal 24 50 275 131 117 0 32 351 121 51
Binary 10100 101000 10111101 1011001 1001111 0 11010 11101001 1010001 101001

Color Harmonies of #1428BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1428BD

Black with #1428BD

Text Example


Text Example

White with #1428BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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