#144074

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

Shades of Dark Cerulean #144074

Tints of Dark Cerulean #144074

Color information

#144074 (or 0x144074) is unknown color: approx Dark Cerulean. HEX triplet: 14, 40 and 74. RGB value is (20,64,116). Sum of RGB (Red+Green+Blue) = 20+64+116=200 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10% from 200); Green value is 64 (25.39% from 255 or 32% from 200); Blue value is 116 (45.70% from 255 or 58% from 200); Max value from RGB is 116 - color contains mainly: blue. Hex color #144074 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144074 is #EBBF8B. Grayscale: #383838. Windows color (decimal): -15449996 or 7618580. OLE color: 7618580.

HSL color Cylindrical-coordinate representation of color #144074: hue angle of 212.5º 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 #144074 is Cyan = 0.83, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2064116-
CMYK0.830.4500.55
HSL212.5º70.59%26.67%-
HSV(B)212.5º82.76%45.49%-
XYZ5.275.0817.22-
YUV56.77161.42101.77-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10%
GREEN value IS 64 (25.39% from 255) = 32%
BLUE value IS 116 (45.70% from 255) = 58%
R=10%
G=32%
B=58%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal20641160.830.4500.55212.570.5926.67
Hex144074532D037d4471b
Octal241001641235506732410733
Binary10100100000011101001010011101101011011111010100100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144074; }

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

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

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

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

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

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

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

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