Html Css Color HEX #144ACC Persian Blue

📋 copy color: '#144ACC'

red 20 ◦ green 74 ◦ blue 204

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

Shades of Persian Blue #144ACC

Tints of Persian Blue #144ACC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.83%

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

R = 6.71%
G = 24.83%
B = 68.46%

CMYK

 C value IS 0.90

 M value IS 0.64

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#144ACC (or 0x144ACC) is known color: Persian Blue. HEX triplet: 14, 4A and CC. RGB value is (20,74,204). Sum of RGB (Red+Green+Blue) = 20+74+204=298 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.71% from 298); Green value is 74 (29.30% from 255 or 24.83% from 298); Blue value is 204 (80.08% from 255 or 68.46% from 298); Max value from RGB is 204 - color contains mainly: blue. Hex color #144ACC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #144ACC is #EBB533. Grayscale: #484848. Windows color (decimal): -15447348 or 13388308. OLE color: 13388308.

HSL color Cylindrical-coordinate representation of color #144ACC: hue angle of 222.39º 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 #144ACC is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 20 74 204 -
CMYK 0.90 0.64 0 0.2
HSL 222.39º 0.82% 0.44% -
HSV(B) 222.39º 0.9% 0.8% -
XYZ 13.64 9.41 58.22 -
YUV 72.67 202.11 90.43 -
System Red Green Blue C M Y K H S L
Decimal 20 74 204 0.90 0.64 0 0.2 222.39 0.82 0.44
Hex 14 4A CC 5A 40 0 14 DE 52 2C
Octal 24 112 314 132 100 0 24 336 122 54
Binary 10100 1001010 11001100 1011010 1000000 0 10100 11011110 1010010 101100

Color Harmonies of #144ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144ACC

Black with #144ACC

Text Example


Text Example

White with #144ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144ACC; }

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

 H1.HeaderClassName
 {
   color: #144ACC;
 }
 .AnyTagClassName
 {
   color: #144ACC;
 }
</style>

background-color css

<style>
 a { background-color: #144ACC; }

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

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

border-color css

<style>
 span { border-color: #144ACC; }

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

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