Html Css Color HEX #1427BE Persian Blue

📋 copy color: '#1427BE'

red 20 ◦ green 39 ◦ blue 190

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

Shades of Persian Blue #1427BE

Tints of Persian Blue #1427BE

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.66%

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

R = 8.03%
G = 15.66%
B = 76.31%

CMYK

 C value IS 0.89

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1427BE (or 0x1427BE) is known color: Persian Blue. HEX triplet: 14, 27 and BE. RGB value is (20,39,190). Sum of RGB (Red+Green+Blue) = 20+39+190=249 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.03% from 249); Green value is 39 (15.62% from 255 or 15.66% from 249); Blue value is 190 (74.61% from 255 or 76.31% from 249); Max value from RGB is 190 - color contains mainly: blue. Hex color #1427BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1427BE is #EBD841. Grayscale: #313131. Windows color (decimal): -15456322 or 12461844. OLE color: 12461844.

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

Color convert

RGB 20 39 190 -
CMYK 0.89 0.79 0 0.25
HSL 233.29º 0.81% 0.41% -
HSV(B) 233.29º 0.89% 0.75% -
XYZ 10.31 5.32 49.2 -
YUV 50.53 206.71 106.22 -
System Red Green Blue C M Y K H S L
Decimal 20 39 190 0.89 0.79 0 0.25 233.29 0.81 0.41
Hex 14 27 BE 59 4F 0 19 E9 51 29
Octal 24 47 276 131 117 0 31 351 121 51
Binary 10100 100111 10111110 1011001 1001111 0 11001 11101001 1010001 101001

Color Harmonies of #1427BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1427BE

Black with #1427BE

Text Example


Text Example

White with #1427BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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