Html Css Color HEX #1439BB Persian Blue

📋 copy color: '#1439BB'

red 20 ◦ green 57 ◦ blue 187

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

Shades of Persian Blue #1439BB

Tints of Persian Blue #1439BB

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.59%

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

R = 7.58%
G = 21.59%
B = 70.83%

CMYK

 C value IS 0.89

 M value IS 0.70

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1439BB (or 0x1439BB) is known color: Persian Blue. HEX triplet: 14, 39 and BB. RGB value is (20,57,187). Sum of RGB (Red+Green+Blue) = 20+57+187=264 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.58% from 264); Green value is 57 (22.66% from 255 or 21.59% from 264); Blue value is 187 (73.44% from 255 or 70.83% from 264); Max value from RGB is 187 - color contains mainly: blue. Hex color #1439BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1439BB is #EBC644. Grayscale: #3C3C3C. Windows color (decimal): -15451717 or 12269844. OLE color: 12269844.

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

Color convert

RGB 20 57 187 -
CMYK 0.89 0.70 0 0.27
HSL 226.71º 0.81% 0.41% -
HSV(B) 226.71º 0.89% 0.73% -
XYZ 10.72 6.66 47.73 -
YUV 60.76 199.24 98.93 -
System Red Green Blue C M Y K H S L
Decimal 20 57 187 0.89 0.70 0 0.27 226.71 0.81 0.41
Hex 14 39 BB 59 46 0 1B E3 51 29
Octal 24 71 273 131 106 0 33 343 121 51
Binary 10100 111001 10111011 1011001 1000110 0 11011 11100011 1010001 101001

Color Harmonies of #1439BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1439BB

Black with #1439BB

Text Example


Text Example

White with #1439BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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