Html Css Color HEX #1427BA Persian Blue

📋 copy color: '#1427BA'

red 20 ◦ green 39 ◦ blue 186

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

Shades of Persian Blue #1427BA

Tints of Persian Blue #1427BA

RGB

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

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

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

R = 8.16%
G = 15.92%
B = 75.92%

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

#1427BA (or 0x1427BA) is known color: Persian Blue. HEX triplet: 14, 27 and BA. RGB value is (20,39,186). Sum of RGB (Red+Green+Blue) = 20+39+186=245 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.16% from 245); Green value is 39 (15.62% from 255 or 15.92% from 245); Blue value is 186 (73.05% from 255 or 75.92% from 245); Max value from RGB is 186 - color contains mainly: blue. Hex color #1427BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1427BA is #EBD845. Grayscale: #313131. Windows color (decimal): -15456326 or 12199700. OLE color: 12199700.

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

Color convert

RGB 20 39 186 -
CMYK 0.89 0.79 0 0.27
HSL 233.13º 0.81% 0.4% -
HSV(B) 233.13º 0.89% 0.73% -
XYZ 9.88 5.14 46.93 -
YUV 50.08 204.71 106.55 -
System Red Green Blue C M Y K H S L
Decimal 20 39 186 0.89 0.79 0 0.27 233.13 0.81 0.4
Hex 14 27 BA 59 4F 0 1B E9 51 28
Octal 24 47 272 131 117 0 33 351 121 50
Binary 10100 100111 10111010 1011001 1001111 0 11011 11101001 1010001 101000

Color Harmonies of #1427BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1427BA

Black with #1427BA

Text Example


Text Example

White with #1427BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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