Html Css Color HEX #1446CC Persian Blue

📋 copy color: '#1446CC'

red 20 ◦ green 70 ◦ blue 204

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

Shades of Persian Blue #1446CC

Tints of Persian Blue #1446CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 69.39%

R = 6.8%
G = 23.81%
B = 69.39%

CMYK

 C value IS 0.90

 M value IS 0.66

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1446CC (or 0x1446CC) is known color: Persian Blue. HEX triplet: 14, 46 and CC. RGB value is (20,70,204). Sum of RGB (Red+Green+Blue) = 20+70+204=294 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.80% from 294); Green value is 70 (27.73% from 255 or 23.81% from 294); Blue value is 204 (80.08% from 255 or 69.39% from 294); Max value from RGB is 204 - color contains mainly: blue. Hex color #1446CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1446CC is #EBB933. Grayscale: #454545. Windows color (decimal): -15448372 or 13387284. OLE color: 13387284.

HSL color Cylindrical-coordinate representation of color #1446CC: hue angle of 223.7º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1446CC is Cyan = 0.90, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 20 70 204 -
CMYK 0.90 0.66 0 0.2
HSL 223.7º 0.82% 0.44% -
HSV(B) 223.7º 0.9% 0.8% -
XYZ 13.38 8.89 58.14 -
YUV 70.33 203.44 92.1 -
System Red Green Blue C M Y K H S L
Decimal 20 70 204 0.90 0.66 0 0.2 223.7 0.82 0.44
Hex 14 46 CC 5A 42 0 14 E0 52 2C
Octal 24 106 314 132 102 0 24 340 122 54
Binary 10100 1000110 11001100 1011010 1000010 0 10100 11100000 1010010 101100

Color Harmonies of #1446CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1446CC

Black with #1446CC

Text Example


Text Example

White with #1446CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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