#143F7F

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

Shades of Dark Cerulean #143F7F

Tints of Dark Cerulean #143F7F

Color information

#143F7F (or 0x143F7F) is unknown color: approx Dark Cerulean. HEX triplet: 14, 3F and 7F. RGB value is (20,63,127). Sum of RGB (Red+Green+Blue) = 20+63+127=210 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.52% from 210); Green value is 63 (25% from 255 or 30% from 210); Blue value is 127 (50% from 255 or 60.48% from 210); Max value from RGB is 127 - color contains mainly: blue. Hex color #143F7F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143F7F is #EBC080. Grayscale: #393939. Windows color (decimal): -15450241 or 8339220. OLE color: 8339220.

HSL color Cylindrical-coordinate representation of color #143F7F: hue angle of 215.89º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #143F7F is Cyan = 0.84, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2063127-
CMYK0.840.5000.50
HSL215.89º72.79%28.82%-
HSV(B)215.89º84.25%49.8%-
XYZ5.95.2420.78-
YUV57.44167.25101.3-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.52%
GREEN value IS 63 (25% from 255) = 30%
BLUE value IS 127 (50% from 255) = 60.48%
R=9.52%
G=30%
B=60.48%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal20631270.840.5000.50215.8972.7928.82
Hex143F7F5432032d8491d
Octal24771771246206233011135
Binary1010011111111111111010100110010011001011011000100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,63,127); }

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

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

 a { background-color: rgb(20,63,127); }

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

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

 span { border-color: rgb(20,63,127); }

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