Html Css Color HEX #1426BA Persian Blue

📋 copy color: '#1426BA'

red 20 ◦ green 38 ◦ blue 186

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

Shades of Persian Blue #1426BA

Tints of Persian Blue #1426BA

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.57%

 BLUE value IS 186 (73.05% from 255) = 76.23%

R = 8.2%
G = 15.57%
B = 76.23%

CMYK

 C value IS 0.89

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1426BA (or 0x1426BA) is known color: Persian Blue. HEX triplet: 14, 26 and BA. RGB value is (20,38,186). Sum of RGB (Red+Green+Blue) = 20+38+186=244 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.20% from 244); Green value is 38 (15.23% from 255 or 15.57% from 244); Blue value is 186 (73.05% from 255 or 76.23% from 244); Max value from RGB is 186 - color contains mainly: blue. Hex color #1426BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1426BA is #EBD945. Grayscale: #303030. Windows color (decimal): -15456582 or 12199444. OLE color: 12199444.

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

Color convert

RGB 20 38 186 -
CMYK 0.89 0.80 0 0.27
HSL 233.49º 0.81% 0.4% -
HSV(B) 233.49º 0.89% 0.73% -
XYZ 9.84 5.08 46.92 -
YUV 49.49 205.04 106.97 -
System Red Green Blue C M Y K H S L
Decimal 20 38 186 0.89 0.80 0 0.27 233.49 0.81 0.4
Hex 14 26 BA 59 50 0 1B E9 51 28
Octal 24 46 272 131 120 0 33 351 121 50
Binary 10100 100110 10111010 1011001 1010000 0 11011 11101001 1010001 101000

Color Harmonies of #1426BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1426BA

Black with #1426BA

Text Example


Text Example

White with #1426BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1426BA; }

 p { color: rgb(20,38,186); }

 H1.HeaderClassName
 {
   color: #1426BA;
 }
 .AnyTagClassName
 {
   color: #1426BA;
 }
</style>

background-color css

<style>
 a { background-color: #1426BA; }

 a { background-color: rgb(20,38,186); }

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

border-color css

<style>
 span { border-color: #1426BA; }

 span { border-color: rgb(20,38,186); }

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