Html Css Color HEX #1425BA Persian Blue

📋 copy color: '#1425BA'

red 20 ◦ green 37 ◦ blue 186

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

Shades of Persian Blue #1425BA

Tints of Persian Blue #1425BA

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.23%

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

R = 8.23%
G = 15.23%
B = 76.54%

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

#1425BA (or 0x1425BA) is known color: Persian Blue. HEX triplet: 14, 25 and BA. RGB value is (20,37,186). Sum of RGB (Red+Green+Blue) = 20+37+186=243 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.23% from 243); Green value is 37 (14.84% from 255 or 15.23% from 243); Blue value is 186 (73.05% from 255 or 76.54% from 243); Max value from RGB is 186 - color contains mainly: blue. Hex color #1425BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1425BA is #EBDA45. Grayscale: #303030. Windows color (decimal): -15456838 or 12199188. OLE color: 12199188.

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

Color convert

RGB 20 37 186 -
CMYK 0.89 0.80 0 0.27
HSL 233.86º 0.81% 0.4% -
HSV(B) 233.86º 0.89% 0.73% -
XYZ 9.81 5.02 46.91 -
YUV 48.9 205.37 107.38 -
System Red Green Blue C M Y K H S L
Decimal 20 37 186 0.89 0.80 0 0.27 233.86 0.81 0.4
Hex 14 25 BA 59 50 0 1B EA 51 28
Octal 24 45 272 131 120 0 33 352 121 50
Binary 10100 100101 10111010 1011001 1010000 0 11011 11101010 1010001 101000

Color Harmonies of #1425BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1425BA

Black with #1425BA

Text Example


Text Example

White with #1425BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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