#143D75

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

Shades of Dark Cerulean #143D75

Tints of Dark Cerulean #143D75

Color information

#143D75 (or 0x143D75) is unknown color: approx Dark Cerulean. HEX triplet: 14, 3D and 75. RGB value is (20,61,117). Sum of RGB (Red+Green+Blue) = 20+61+117=198 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.10% from 198); Green value is 61 (24.22% from 255 or 30.81% from 198); Blue value is 117 (46.09% from 255 or 59.09% from 198); Max value from RGB is 117 - color contains mainly: blue. Hex color #143D75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143D75 is #EBC28A. Grayscale: #363636. Windows color (decimal): -15450763 or 7683348. OLE color: 7683348.

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

Color convert

RGB2061117-
CMYK0.830.4800.54
HSL214.64º70.8%26.86%-
HSV(B)214.64º82.91%45.88%-
XYZ5.174.7717.48-
YUV55.12162.92102.95-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.10%
GREEN value IS 61 (24.22% from 255) = 30.81%
BLUE value IS 117 (46.09% from 255) = 59.09%
R=10.10%
G=30.81%
B=59.09%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal20611170.830.4800.54214.6470.826.86
Hex143D755330036d7471b
Octal24751651236006632710733
Binary1010011110111101011010011110000011011011010111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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