#143D74

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

Shades of Dark Cerulean #143D74

Tints of Dark Cerulean #143D74

Color information

#143D74 (or 0x143D74) is unknown color: approx Dark Cerulean. HEX triplet: 14, 3D and 74. RGB value is (20,61,116). Sum of RGB (Red+Green+Blue) = 20+61+116=197 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.15% from 197); Green value is 61 (24.22% from 255 or 30.96% from 197); Blue value is 116 (45.70% from 255 or 58.88% from 197); Max value from RGB is 116 - color contains mainly: blue. Hex color #143D74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143D74 is #EBC28B. Grayscale: #363636. Windows color (decimal): -15450764 or 7617812. OLE color: 7617812.

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

Color convert

RGB2061116-
CMYK0.830.4700.55
HSL214.38º70.59%26.67%-
HSV(B)214.38º82.76%45.49%-
XYZ5.114.7517.17-
YUV55.01162.42103.03-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.15%
GREEN value IS 61 (24.22% from 255) = 30.96%
BLUE value IS 116 (45.70% from 255) = 58.88%
R=10.15%
G=30.96%
B=58.88%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal20611160.830.4700.55214.3870.5926.67
Hex143D74532F037d6471b
Octal24751641235706732610733
Binary1010011110111101001010011101111011011111010110100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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