#144f8b

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

Shades of Dark Cerulean #144F8B

Tints of Dark Cerulean #144F8B

Color information

#144F8B (or 0x144F8B) is unknown color: approx Dark Cerulean. HEX triplet: 14, 4F and 8B. RGB value is (20,79,139). Sum of RGB (Red+Green+Blue) = 20+79+139=238 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.40% from 238); Green value is 79 (31.25% from 255 or 33.19% from 238); Blue value is 139 (54.69% from 255 or 58.40% from 238); Max value from RGB is 139 - color contains mainly: blue. Hex color #144F8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #144F8B is #EBB074. Grayscale: #434343. Windows color (decimal): -15446133 or 9129748. OLE color: 9129748.

HSL color Cylindrical-coordinate representation of color #144F8B: hue angle of 210.25º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #144F8B is Cyan = 0.86, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2079139-
CMYK0.860.4300.45
HSL210.25º74.84%31.18%-
HSV(B)210.25º85.61%54.51%-
XYZ7.747.625.49-
YUV68.2167.9593.62-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.40%
GREEN value IS 79 (31.25% from 255) = 33.19%
BLUE value IS 139 (54.69% from 255) = 58.40%
R=8.40%
G=33.19%
B=58.40%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal20791390.860.4300.45210.2574.8431.18
Hex144F8B562B02Dd24b1f
Octal241172131265305532211337
Binary101001001111100010111010110101011010110111010010100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144f8b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,79,139); }

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

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

 a { background-color: rgb(20,79,139); }

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

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

 span { border-color: rgb(20,79,139); }

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