#143D6F

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

Shades of Dark Cerulean #143D6F

Tints of Dark Cerulean #143D6F

Color information

#143D6F (or 0x143D6F) is unknown color: approx Dark Cerulean. HEX triplet: 14, 3D and 6F. RGB value is (20,61,111). Sum of RGB (Red+Green+Blue) = 20+61+111=192 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.42% from 192); Green value is 61 (24.22% from 255 or 31.77% from 192); Blue value is 111 (43.75% from 255 or 57.81% from 192); Max value from RGB is 111 - color contains mainly: blue. Hex color #143D6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143D6F is #EBC290. Grayscale: #363636. Windows color (decimal): -15450769 or 7290132. OLE color: 7290132.

HSL color Cylindrical-coordinate representation of color #143D6F: hue angle of 212.97º 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 #143D6F is Cyan = 0.82, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2061111-
CMYK0.820.4500.56
HSL212.97º69.47%25.69%-
HSV(B)212.97º81.98%43.53%-
XYZ4.834.6315.68-
YUV54.44159.92103.43-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.42%
GREEN value IS 61 (24.22% from 255) = 31.77%
BLUE value IS 111 (43.75% from 255) = 57.81%
R=10.42%
G=31.77%
B=57.81%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal20611110.820.4500.56212.9769.4725.69
Hex143D6F522D038d5451a
Octal24751571225507032510532
Binary1010011110111011111010010101101011100011010101100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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