#144CC6

Color #144CC6 Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #144CC6

Tints of Cerulean Blue #144CC6

Color information

#144CC6 (or 0x144CC6) is unknown color: approx Cerulean Blue. HEX triplet: 14, 4C and C6. RGB value is (20,76,198). Sum of RGB (Red+Green+Blue) = 20+76+198=294 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.80% from 294); Green value is 76 (30.08% from 255 or 25.85% from 294); Blue value is 198 (77.73% from 255 or 67.35% from 294); Max value from RGB is 198 - color contains mainly: blue. Hex color #144CC6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #144CC6 is #EBB339. Grayscale: #484848. Windows color (decimal): -15446842 or 12995604. OLE color: 12995604.

HSL color Cylindrical-coordinate representation of color #144CC6: hue angle of 221.12º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #144CC6 is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB2076198-
CMYK0.900.6200.22
HSL221.12º81.65%42.75%-
HSV(B)221.12º89.9%77.65%-
XYZ13.079.3954.55-
YUV73.16198.4590.08-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.80%
GREEN value IS 76 (30.08% from 255) = 25.85%
BLUE value IS 198 (77.73% from 255) = 67.35%
R=6.80%
G=25.85%
B=67.35%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20761980.900.6200.22221.1281.6542.75
Hex144CC65A3E016dd522b
Octal241143061327602633512253
Binary101001001100110001101011010111110010110110111011010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144CC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,76,198); }

 H1.HeaderClassName
 {
   color: #144CC6;
 }
 .AnyTagClassName
 {
   color: #144CC6;
 }
</style>
background-color css

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

 a { background-color: rgb(20,76,198); }

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

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

 span { border-color: rgb(20,76,198); }

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