#143B72

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

Shades of Dark Cerulean #143B72

Tints of Dark Cerulean #143B72

Color information

#143B72 (or 0x143B72) is unknown color: approx Dark Cerulean. HEX triplet: 14, 3B and 72. RGB value is (20,59,114). Sum of RGB (Red+Green+Blue) = 20+59+114=193 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.36% from 193); Green value is 59 (23.44% from 255 or 30.57% from 193); Blue value is 114 (44.92% from 255 or 59.07% from 193); Max value from RGB is 114 - color contains mainly: blue. Hex color #143B72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143B72 is #EBC48D. Grayscale: #353535. Windows color (decimal): -15451278 or 7486228. OLE color: 7486228.

HSL color Cylindrical-coordinate representation of color #143B72: hue angle of 215.11º 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 #143B72 is Cyan = 0.82, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2059114-
CMYK0.820.4800.55
HSL215.11º70.15%26.27%-
HSV(B)215.11º82.46%44.71%-
XYZ4.894.4916.53-
YUV53.61162.08104.03-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.36%
GREEN value IS 59 (23.44% from 255) = 30.57%
BLUE value IS 114 (44.92% from 255) = 59.07%
R=10.36%
G=30.57%
B=59.07%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal20591140.820.4800.55215.1170.1526.27
Hex143B725230037d7461a
Octal24731621226006732710632
Binary1010011101111100101010010110000011011111010111100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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