#144277

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

Shades of Dark Cerulean #144277

Tints of Dark Cerulean #144277

Color information

#144277 (or 0x144277) is unknown color: approx Dark Cerulean. HEX triplet: 14, 42 and 77. RGB value is (20,66,119). Sum of RGB (Red+Green+Blue) = 20+66+119=205 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.76% from 205); Green value is 66 (26.17% from 255 or 32.20% from 205); Blue value is 119 (46.88% from 255 or 58.05% from 205); Max value from RGB is 119 - color contains mainly: blue. Hex color #144277 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144277 is #EBBD88. Grayscale: #3A3A3A. Windows color (decimal): -15449481 or 7815700. OLE color: 7815700.

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

Color convert

RGB2066119-
CMYK0.830.4500.53
HSL212.12º71.22%27.25%-
HSV(B)212.12º83.19%46.67%-
XYZ5.575.3818.2-
YUV58.29162.26100.69-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.76%
GREEN value IS 66 (26.17% from 255) = 32.20%
BLUE value IS 119 (46.88% from 255) = 58.05%
R=9.76%
G=32.20%
B=58.05%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal20661190.830.4500.53212.1271.2227.25
Hex144277532D035d4471b
Octal241021671235506532410733
Binary10100100001011101111010011101101011010111010100100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144277; }

 p { color: rgb(20,66,119); }

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

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

 a { background-color: rgb(20,66,119); }

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

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

 span { border-color: rgb(20,66,119); }

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