Html Css Color HEX #1426BE Persian Blue

📋 copy color: '#1426BE'

red 20 ◦ green 38 ◦ blue 190

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

Shades of Persian Blue #1426BE

Tints of Persian Blue #1426BE

RGB

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

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

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

R = 8.06%
G = 15.32%
B = 76.61%

CMYK

 C value IS 0.89

 M value IS 0.8

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1426BE (or 0x1426BE) is known color: Persian Blue. HEX triplet: 14, 26 and BE. RGB value is (20,38,190). Sum of RGB (Red+Green+Blue) = 20+38+190=248 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.06% from 248); Green value is 38 (15.23% from 255 or 15.32% from 248); Blue value is 190 (74.61% from 255 or 76.61% from 248); Max value from RGB is 190 - color contains mainly: blue. Hex color #1426BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1426BE is #EBD941. Grayscale: #313131. Windows color (decimal): -15456578 or 12461588. OLE color: 12461588.

HSL color Cylindrical-coordinate representation of color #1426BE: hue angle of 233.65º 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 #1426BE is Cyan = 0.89, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 20 38 190 -
CMYK 0.89 0.8 0 0.25
HSL 233.65º 0.81% 0.41% -
HSV(B) 233.65º 0.89% 0.75% -
XYZ 10.28 5.25 49.19 -
YUV 49.95 207.04 106.64 -
System Red Green Blue C M Y K H S L
Decimal 20 38 190 0.89 0.8 0 0.25 233.65 0.81 0.41
Hex 14 26 BE 59 50 0 19 EA 51 29
Octal 24 46 276 131 120 0 31 352 121 51
Binary 10100 100110 10111110 1011001 1010000 0 11001 11101010 1010001 101001

Color Harmonies of #1426BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1426BE

Black with #1426BE

Text Example


Text Example

White with #1426BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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