#143B6F

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

Shades of Dark Cerulean #143B6F

Tints of Dark Cerulean #143B6F

Color information

#143B6F (or 0x143B6F) is unknown color: approx Dark Cerulean. HEX triplet: 14, 3B and 6F. RGB value is (20,59,111). Sum of RGB (Red+Green+Blue) = 20+59+111=190 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.53% from 190); Green value is 59 (23.44% from 255 or 31.05% from 190); Blue value is 111 (43.75% from 255 or 58.42% from 190); Max value from RGB is 111 - color contains mainly: blue. Hex color #143B6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143B6F is #EBC490. Grayscale: #353535. Windows color (decimal): -15451281 or 7289620. OLE color: 7289620.

HSL color Cylindrical-coordinate representation of color #143B6F: hue angle of 214.29º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #143B6F is Cyan = 0.82, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2059111-
CMYK0.820.4700.56
HSL214.29º69.47%25.69%-
HSV(B)214.29º81.98%43.53%-
XYZ4.724.4215.64-
YUV53.27160.58104.27-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.53%
GREEN value IS 59 (23.44% from 255) = 31.05%
BLUE value IS 111 (43.75% from 255) = 58.42%
R=10.53%
G=31.05%
B=58.42%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal20591110.820.4700.56214.2969.4725.69
Hex143B6F522F038d6451a
Octal24731571225707032610532
Binary1010011101111011111010010101111011100011010110100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143B6F; }

 p { color: rgb(20,59,111); }

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

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

 a { background-color: rgb(20,59,111); }

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

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

 span { border-color: rgb(20,59,111); }

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