Html Css Color HEX #1444BE Persian Blue

📋 copy color: '#1444BE'

red 20 ◦ green 68 ◦ blue 190

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

Shades of Persian Blue #1444BE

Tints of Persian Blue #1444BE

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.46%

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

R = 7.19%
G = 24.46%
B = 68.35%

CMYK

 C value IS 0.89

 M value IS 0.64

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1444BE (or 0x1444BE) is known color: Persian Blue. HEX triplet: 14, 44 and BE. RGB value is (20,68,190). Sum of RGB (Red+Green+Blue) = 20+68+190=278 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.19% from 278); Green value is 68 (26.95% from 255 or 24.46% from 278); Blue value is 190 (74.61% from 255 or 68.35% from 278); Max value from RGB is 190 - color contains mainly: blue. Hex color #1444BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1444BE is #EBBB41. Grayscale: #434343. Windows color (decimal): -15448898 or 12469268. OLE color: 12469268.

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

Color convert

RGB 20 68 190 -
CMYK 0.89 0.64 0 0.25
HSL 223.06º 0.81% 0.41% -
HSV(B) 223.06º 0.89% 0.75% -
XYZ 11.65 8 49.65 -
YUV 67.56 197.1 94.08 -
System Red Green Blue C M Y K H S L
Decimal 20 68 190 0.89 0.64 0 0.25 223.06 0.81 0.41
Hex 14 44 BE 59 40 0 19 DF 51 29
Octal 24 104 276 131 100 0 31 337 121 51
Binary 10100 1000100 10111110 1011001 1000000 0 11001 11011111 1010001 101001

Color Harmonies of #1444BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1444BE

Black with #1444BE

Text Example


Text Example

White with #1444BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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