#143A72

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

Shades of Dark Cerulean #143A72

Tints of Dark Cerulean #143A72

Color information

#143A72 (or 0x143A72) is unknown color: approx Dark Cerulean. HEX triplet: 14, 3A and 72. RGB value is (20,58,114). Sum of RGB (Red+Green+Blue) = 20+58+114=192 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.42% from 192); Green value is 58 (23.05% from 255 or 30.21% from 192); Blue value is 114 (44.92% from 255 or 59.38% from 192); Max value from RGB is 114 - color contains mainly: blue. Hex color #143A72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143A72 is #EBC58D. Grayscale: #343434. Windows color (decimal): -15451534 or 7485972. OLE color: 7485972.

HSL color Cylindrical-coordinate representation of color #143A72: hue angle of 215.74º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #143A72 is Cyan = 0.82, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2058114-
CMYK0.820.4900.55
HSL215.74º70.15%26.27%-
HSV(B)215.74º82.46%44.71%-
XYZ4.844.3916.51-
YUV53.02162.41104.45-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.42%
GREEN value IS 58 (23.05% from 255) = 30.21%
BLUE value IS 114 (44.92% from 255) = 59.38%
R=10.42%
G=30.21%
B=59.38%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal20581140.820.4900.55215.7470.1526.27
Hex143A725231037d8461a
Octal24721621226106733010632
Binary1010011101011100101010010110001011011111011000100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,58,114); }

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

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

 a { background-color: rgb(20,58,114); }

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

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

 span { border-color: rgb(20,58,114); }

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