#144B75

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

Shades of Dark Cerulean #144B75

Tints of Dark Cerulean #144B75

Color information

#144B75 (or 0x144B75) is unknown color: approx Dark Cerulean. HEX triplet: 14, 4B and 75. RGB value is (20,75,117). Sum of RGB (Red+Green+Blue) = 20+75+117=212 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.43% from 212); Green value is 75 (29.69% from 255 or 35.38% from 212); Blue value is 117 (46.09% from 255 or 55.19% from 212); Max value from RGB is 117 - color contains mainly: blue. Hex color #144B75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144B75 is #EBB48A. Grayscale: #3F3F3F. Windows color (decimal): -15447179 or 7686932. OLE color: 7686932.

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

Color convert

RGB2075117-
CMYK0.830.3600.54
HSL205.98º70.8%26.86%-
HSV(B)205.98º82.91%45.88%-
XYZ6.026.4717.76-
YUV63.34158.2897.08-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.43%
GREEN value IS 75 (29.69% from 255) = 35.38%
BLUE value IS 117 (46.09% from 255) = 55.19%
R=9.43%
G=35.38%
B=55.19%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal20751170.830.3600.54205.9870.826.86
Hex144B755324036ce471b
Octal241131651234406631610733
Binary10100100101111101011010011100100011011011001110100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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