#143C79

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

Shades of Dark Cerulean #143C79

Tints of Dark Cerulean #143C79

Color information

#143C79 (or 0x143C79) is unknown color: approx Dark Cerulean. HEX triplet: 14, 3C and 79. RGB value is (20,60,121). Sum of RGB (Red+Green+Blue) = 20+60+121=201 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.95% from 201); Green value is 60 (23.83% from 255 or 29.85% from 201); Blue value is 121 (47.66% from 255 or 60.20% from 201); Max value from RGB is 121 - color contains mainly: blue. Hex color #143C79 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143C79 is #EBC386. Grayscale: #363636. Windows color (decimal): -15451015 or 7945236. OLE color: 7945236.

HSL color Cylindrical-coordinate representation of color #143C79: hue angle of 216.24º 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 #143C79 is Cyan = 0.83, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2060121-
CMYK0.830.5000.53
HSL216.24º71.63%27.65%-
HSV(B)216.24º83.47%47.45%-
XYZ5.364.7618.73-
YUV54.99165.25103.04-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.95%
GREEN value IS 60 (23.83% from 255) = 29.85%
BLUE value IS 121 (47.66% from 255) = 60.20%
R=9.95%
G=29.85%
B=60.20%

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
Decimal20601210.830.5000.53216.2471.6327.65
Hex143C795332035d8481c
Octal24741711236206533011034
Binary1010011110011110011010011110010011010111011000100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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