Html Css Color HEX #1439BE Persian Blue

📋 copy color: '#1439BE'

red 20 ◦ green 57 ◦ blue 190

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

Shades of Persian Blue #1439BE

Tints of Persian Blue #1439BE

RGB

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

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

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

R = 7.49%
G = 21.35%
B = 71.16%

CMYK

 C value IS 0.89

 M value IS 0.7

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1439BE (or 0x1439BE) is known color: Persian Blue. HEX triplet: 14, 39 and BE. RGB value is (20,57,190). Sum of RGB (Red+Green+Blue) = 20+57+190=267 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.49% from 267); Green value is 57 (22.66% from 255 or 21.35% from 267); Blue value is 190 (74.61% from 255 or 71.16% from 267); Max value from RGB is 190 - color contains mainly: blue. Hex color #1439BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1439BE is #EBC641. Grayscale: #3C3C3C. Windows color (decimal): -15451714 or 12466452. OLE color: 12466452.

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

Color convert

RGB 20 57 190 -
CMYK 0.89 0.7 0 0.25
HSL 226.94º 0.81% 0.41% -
HSV(B) 226.94º 0.89% 0.75% -
XYZ 11.05 6.79 49.44 -
YUV 61.1 200.74 98.69 -
System Red Green Blue C M Y K H S L
Decimal 20 57 190 0.89 0.7 0 0.25 226.94 0.81 0.41
Hex 14 39 BE 59 46 0 19 E3 51 29
Octal 24 71 276 131 106 0 31 343 121 51
Binary 10100 111001 10111110 1011001 1000110 0 11001 11100011 1010001 101001

Color Harmonies of #1439BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1439BE

Black with #1439BE

Text Example


Text Example

White with #1439BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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