#144BC2

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

Shades of Cerulean Blue #144BC2

Tints of Cerulean Blue #144BC2

Color information

#144BC2 (or 0x144BC2) is unknown color: approx Cerulean Blue. HEX triplet: 14, 4B and C2. RGB value is (20,75,194). Sum of RGB (Red+Green+Blue) = 20+75+194=289 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.92% from 289); Green value is 75 (29.69% from 255 or 25.95% from 289); Blue value is 194 (76.17% from 255 or 67.13% from 289); Max value from RGB is 194 - color contains mainly: blue. Hex color #144BC2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #144BC2 is #EBB43D. Grayscale: #474747. Windows color (decimal): -15447102 or 12733204. OLE color: 12733204.

HSL color Cylindrical-coordinate representation of color #144BC2: hue angle of 221.03º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #144BC2 is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB2075194-
CMYK0.900.6100.24
HSL221.03º81.31%41.96%-
HSV(B)221.03º89.69%76.08%-
XYZ12.549.0852.13-
YUV72.12196.7890.82-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.92%
GREEN value IS 75 (29.69% from 255) = 25.95%
BLUE value IS 194 (76.17% from 255) = 67.13%
R=6.92%
G=25.95%
B=67.13%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal20751940.900.6100.24221.0381.3141.96
Hex144BC25A3D018dd512a
Octal241133021327503033512152
Binary101001001011110000101011010111101011000110111011010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144BC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,75,194); }

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

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

 a { background-color: rgb(20,75,194); }

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

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

 span { border-color: rgb(20,75,194); }

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