#143D7A

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

Shades of Dark Cerulean #143D7A

Tints of Dark Cerulean #143D7A

Color information

#143D7A (or 0x143D7A) is unknown color: approx Dark Cerulean. HEX triplet: 14, 3D and 7A. RGB value is (20,61,122). Sum of RGB (Red+Green+Blue) = 20+61+122=203 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.85% from 203); Green value is 61 (24.22% from 255 or 30.05% from 203); Blue value is 122 (48.05% from 255 or 60.10% from 203); Max value from RGB is 122 - color contains mainly: blue. Hex color #143D7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143D7A is #EBC285. Grayscale: #373737. Windows color (decimal): -15450758 or 8011028. OLE color: 8011028.

HSL color Cylindrical-coordinate representation of color #143D7A: hue angle of 215.88º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #143D7A is Cyan = 0.84, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2061122-
CMYK0.840.5000.52
HSL215.88º71.83%27.84%-
HSV(B)215.88º83.61%47.84%-
XYZ5.474.8919.07-
YUV55.69165.42102.54-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.85%
GREEN value IS 61 (24.22% from 255) = 30.05%
BLUE value IS 122 (48.05% from 255) = 60.10%
R=9.85%
G=30.05%
B=60.10%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal20611220.840.5000.52215.8871.8327.84
Hex143D7A5432034d8481c
Octal24751721246206433011034
Binary1010011110111110101010100110010011010011011000100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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