Html Css Color HEX #1446BC Persian Blue

📋 copy color: '#1446BC'

red 20 ◦ green 70 ◦ blue 188

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

Shades of Persian Blue #1446BC

Tints of Persian Blue #1446BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 67.63%

R = 7.19%
G = 25.18%
B = 67.63%

CMYK

 C value IS 0.89

 M value IS 0.63

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1446BC (or 0x1446BC) is known color: Persian Blue. HEX triplet: 14, 46 and BC. RGB value is (20,70,188). Sum of RGB (Red+Green+Blue) = 20+70+188=278 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.19% from 278); Green value is 70 (27.73% from 255 or 25.18% from 278); Blue value is 188 (73.83% from 255 or 67.63% from 278); Max value from RGB is 188 - color contains mainly: blue. Hex color #1446BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1446BC is #EBB943. Grayscale: #434343. Windows color (decimal): -15448388 or 12338708. OLE color: 12338708.

HSL color Cylindrical-coordinate representation of color #1446BC: hue angle of 222.14º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1446BC is Cyan = 0.89, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 20 70 188 -
CMYK 0.89 0.63 0 0.26
HSL 222.14º 0.81% 0.41% -
HSV(B) 222.14º 0.89% 0.74% -
XYZ 11.56 8.16 48.54 -
YUV 68.5 195.44 93.41 -
System Red Green Blue C M Y K H S L
Decimal 20 70 188 0.89 0.63 0 0.26 222.14 0.81 0.41
Hex 14 46 BC 59 3F 0 1A DE 51 29
Octal 24 106 274 131 77 0 32 336 121 51
Binary 10100 1000110 10111100 1011001 111111 0 11010 11011110 1010001 101001

Color Harmonies of #1446BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1446BC

Black with #1446BC

Text Example


Text Example

White with #1446BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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