#144186

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

Shades of Dark Cerulean #144186

Tints of Dark Cerulean #144186

Color information

#144186 (or 0x144186) is unknown color: approx Dark Cerulean. HEX triplet: 14, 41 and 86. RGB value is (20,65,134). Sum of RGB (Red+Green+Blue) = 20+65+134=219 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.13% from 219); Green value is 65 (25.78% from 255 or 29.68% from 219); Blue value is 134 (52.73% from 255 or 61.19% from 219); Max value from RGB is 134 - color contains mainly: blue. Hex color #144186 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144186 is #EBBE79. Grayscale: #3B3B3B. Windows color (decimal): -15449722 or 8798484. OLE color: 8798484.

HSL color Cylindrical-coordinate representation of color #144186: hue angle of 216.32º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #144186 is Cyan = 0.85, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB2065134-
CMYK0.850.5100.47
HSL216.32º74.03%30.2%-
HSV(B)216.32º85.07%52.55%-
XYZ6.485.6523.3-
YUV59.41170.0999.89-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.13%
GREEN value IS 65 (25.78% from 255) = 29.68%
BLUE value IS 134 (52.73% from 255) = 61.19%
R=9.13%
G=29.68%
B=61.19%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal20651340.850.5100.47216.3274.0330.2
Hex144186553302Fd84a1e
Octal241012061256305733011236
Binary101001000001100001101010101110011010111111011000100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144186; }

 p { color: rgb(20,65,134); }

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

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

 a { background-color: rgb(20,65,134); }

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

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

 span { border-color: rgb(20,65,134); }

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