#144CC7

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

Shades of Cerulean Blue #144CC7

Tints of Cerulean Blue #144CC7

Color information

#144CC7 (or 0x144CC7) is unknown color: approx Cerulean Blue. HEX triplet: 14, 4C and C7. RGB value is (20,76,199). Sum of RGB (Red+Green+Blue) = 20+76+199=295 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.78% from 295); Green value is 76 (30.08% from 255 or 25.76% from 295); Blue value is 199 (78.12% from 255 or 67.46% from 295); Max value from RGB is 199 - color contains mainly: blue. Hex color #144CC7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #144CC7 is #EBB338. Grayscale: #484848. Windows color (decimal): -15446841 or 13061140. OLE color: 13061140.

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

Color convert

RGB2076199-
CMYK0.900.6200.22
HSL221.23º81.74%42.94%-
HSV(B)221.23º89.95%78.04%-
XYZ13.189.4455.16-
YUV73.28198.9590-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.78%
GREEN value IS 76 (30.08% from 255) = 25.76%
BLUE value IS 199 (78.12% from 255) = 67.46%
R=6.78%
G=25.76%
B=67.46%

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
Decimal20761990.900.6200.22221.2381.7442.94
Hex144CC75A3E016dd522b
Octal241143071327602633512253
Binary101001001100110001111011010111110010110110111011010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144CC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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