#144A7B

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

Shades of Dark Cerulean #144A7B

Tints of Dark Cerulean #144A7B

Color information

#144A7B (or 0x144A7B) is unknown color: approx Dark Cerulean. HEX triplet: 14, 4A and 7B. RGB value is (20,74,123). Sum of RGB (Red+Green+Blue) = 20+74+123=217 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.22% from 217); Green value is 74 (29.30% from 255 or 34.10% from 217); Blue value is 123 (48.44% from 255 or 56.68% from 217); Max value from RGB is 123 - color contains mainly: blue. Hex color #144A7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144A7B is #EBB584. Grayscale: #3F3F3F. Windows color (decimal): -15447429 or 8079892. OLE color: 8079892.

HSL color Cylindrical-coordinate representation of color #144A7B: hue angle of 208.54º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #144A7B is Cyan = 0.84, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2074123-
CMYK0.840.4000.52
HSL208.54º72.03%28.04%-
HSV(B)208.54º83.74%48.24%-
XYZ6.316.4819.66-
YUV63.44161.6197.02-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.22%
GREEN value IS 74 (29.30% from 255) = 34.10%
BLUE value IS 123 (48.44% from 255) = 56.68%
R=9.22%
G=34.10%
B=56.68%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal20741230.840.4000.52208.5472.0328.04
Hex144A7B5428034d1481c
Octal241121731245006432111034
Binary10100100101011110111010100101000011010011010001100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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