#144B74

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

Shades of Dark Cerulean #144B74

Tints of Dark Cerulean #144B74

Color information

#144B74 (or 0x144B74) is unknown color: approx Dark Cerulean. HEX triplet: 14, 4B and 74. RGB value is (20,75,116). Sum of RGB (Red+Green+Blue) = 20+75+116=211 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.48% from 211); Green value is 75 (29.69% from 255 or 35.55% from 211); Blue value is 116 (45.70% from 255 or 54.98% from 211); Max value from RGB is 116 - color contains mainly: blue. Hex color #144B74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144B74 is #EBB48B. Grayscale: #3F3F3F. Windows color (decimal): -15447180 or 7621396. OLE color: 7621396.

HSL color Cylindrical-coordinate representation of color #144B74: hue angle of 205.62º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #144B74 is Cyan = 0.83, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2075116-
CMYK0.830.3500.55
HSL205.62º70.59%26.67%-
HSV(B)205.62º82.76%45.49%-
XYZ5.966.4417.45-
YUV63.23157.7897.17-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.48%
GREEN value IS 75 (29.69% from 255) = 35.55%
BLUE value IS 116 (45.70% from 255) = 54.98%
R=9.48%
G=35.55%
B=54.98%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal20751160.830.3500.55205.6270.5926.67
Hex144B745323037ce471b
Octal241131641234306731610733
Binary10100100101111101001010011100011011011111001110100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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