Html Css Color HEX #1425BB Persian Blue

📋 copy color: '#1425BB'

red 20 ◦ green 37 ◦ blue 187

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

Shades of Persian Blue #1425BB

Tints of Persian Blue #1425BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 76.64%

R = 8.2%
G = 15.16%
B = 76.64%

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

#1425BB (or 0x1425BB) is known color: Persian Blue. HEX triplet: 14, 25 and BB. RGB value is (20,37,187). Sum of RGB (Red+Green+Blue) = 20+37+187=244 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.20% from 244); Green value is 37 (14.84% from 255 or 15.16% from 244); Blue value is 187 (73.44% from 255 or 76.64% from 244); Max value from RGB is 187 - color contains mainly: blue. Hex color #1425BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1425BB is #EBDA44. Grayscale: #303030. Windows color (decimal): -15456837 or 12264724. OLE color: 12264724.

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

Color convert

RGB 20 37 187 -
CMYK 0.89 0.80 0 0.27
HSL 233.89º 0.81% 0.41% -
HSV(B) 233.89º 0.89% 0.73% -
XYZ 9.92 5.06 47.47 -
YUV 49.02 205.87 107.3 -
System Red Green Blue C M Y K H S L
Decimal 20 37 187 0.89 0.80 0 0.27 233.89 0.81 0.41
Hex 14 25 BB 59 50 0 1B EA 51 29
Octal 24 45 273 131 120 0 33 352 121 51
Binary 10100 100101 10111011 1011001 1010000 0 11011 11101010 1010001 101001

Color Harmonies of #1425BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1425BB

Black with #1425BB

Text Example


Text Example

White with #1425BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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