#143D79

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

Shades of Dark Cerulean #143D79

Tints of Dark Cerulean #143D79

Color information

#143D79 (or 0x143D79) is unknown color: approx Dark Cerulean. HEX triplet: 14, 3D and 79. RGB value is (20,61,121). Sum of RGB (Red+Green+Blue) = 20+61+121=202 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.90% from 202); Green value is 61 (24.22% from 255 or 30.20% from 202); Blue value is 121 (47.66% from 255 or 59.90% from 202); Max value from RGB is 121 - color contains mainly: blue. Hex color #143D79 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143D79 is #EBC286. Grayscale: #373737. Windows color (decimal): -15450759 or 7945492. OLE color: 7945492.

HSL color Cylindrical-coordinate representation of color #143D79: hue angle of 215.64º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #143D79 is Cyan = 0.83, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2061121-
CMYK0.830.5000.53
HSL215.64º71.63%27.65%-
HSV(B)215.64º83.47%47.45%-
XYZ5.414.8718.74-
YUV55.58164.92102.62-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.90%
GREEN value IS 61 (24.22% from 255) = 30.20%
BLUE value IS 121 (47.66% from 255) = 59.90%
R=9.90%
G=30.20%
B=59.90%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal20611210.830.5000.53215.6471.6327.65
Hex143D795332035d8481c
Octal24751711236206533011034
Binary1010011110111110011010011110010011010111011000100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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