Html Css Color HEX #1446BE Persian Blue

📋 copy color: '#1446BE'

red 20 ◦ green 70 ◦ blue 190

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

Shades of Persian Blue #1446BE

Tints of Persian Blue #1446BE

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25%

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

R = 7.14%
G = 25%
B = 67.86%

CMYK

 C value IS 0.89

 M value IS 0.63

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1446BE (or 0x1446BE) is known color: Persian Blue. HEX triplet: 14, 46 and BE. RGB value is (20,70,190). Sum of RGB (Red+Green+Blue) = 20+70+190=280 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.14% from 280); Green value is 70 (27.73% from 255 or 25% from 280); Blue value is 190 (74.61% from 255 or 67.86% from 280); Max value from RGB is 190 - color contains mainly: blue. Hex color #1446BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1446BE is #EBB941. Grayscale: #444444. Windows color (decimal): -15448386 or 12469780. OLE color: 12469780.

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

Color convert

RGB 20 70 190 -
CMYK 0.89 0.63 0 0.25
HSL 222.35º 0.81% 0.41% -
HSV(B) 222.35º 0.89% 0.75% -
XYZ 11.77 8.25 49.69 -
YUV 68.73 196.44 93.24 -
System Red Green Blue C M Y K H S L
Decimal 20 70 190 0.89 0.63 0 0.25 222.35 0.81 0.41
Hex 14 46 BE 59 3F 0 19 DE 51 29
Octal 24 106 276 131 77 0 31 336 121 51
Binary 10100 1000110 10111110 1011001 111111 0 11001 11011110 1010001 101001

Color Harmonies of #1446BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1446BE

Black with #1446BE

Text Example


Text Example

White with #1446BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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