#143A6F

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

Shades of Dark Cerulean #143A6F

Tints of Dark Cerulean #143A6F

Color information

#143A6F (or 0x143A6F) is unknown color: approx Dark Cerulean. HEX triplet: 14, 3A and 6F. RGB value is (20,58,111). Sum of RGB (Red+Green+Blue) = 20+58+111=189 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.58% from 189); Green value is 58 (23.05% from 255 or 30.69% from 189); Blue value is 111 (43.75% from 255 or 58.73% from 189); Max value from RGB is 111 - color contains mainly: blue. Hex color #143A6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143A6F is #EBC590. Grayscale: #343434. Windows color (decimal): -15451537 or 7289364. OLE color: 7289364.

HSL color Cylindrical-coordinate representation of color #143A6F: hue angle of 214.95º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #143A6F is Cyan = 0.82, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2058111-
CMYK0.820.4800.56
HSL214.95º69.47%25.69%-
HSV(B)214.95º81.98%43.53%-
XYZ4.674.3215.63-
YUV52.68160.91104.69-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.58%
GREEN value IS 58 (23.05% from 255) = 30.69%
BLUE value IS 111 (43.75% from 255) = 58.73%
R=10.58%
G=30.69%
B=58.73%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal20581110.820.4800.56214.9569.4725.69
Hex143A6F5230038d7451a
Octal24721571226007032710532
Binary1010011101011011111010010110000011100011010111100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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