#143A7E

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

Shades of Dark Cerulean #143A7E

Tints of Dark Cerulean #143A7E

Color information

#143A7E (or 0x143A7E) is unknown color: approx Dark Cerulean. HEX triplet: 14, 3A and 7E. RGB value is (20,58,126). Sum of RGB (Red+Green+Blue) = 20+58+126=204 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.80% from 204); Green value is 58 (23.05% from 255 or 28.43% from 204); Blue value is 126 (49.61% from 255 or 61.76% from 204); Max value from RGB is 126 - color contains mainly: blue. Hex color #143A7E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143A7E is #EBC581. Grayscale: #363636. Windows color (decimal): -15451522 or 8272404. OLE color: 8272404.

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

Color convert

RGB2058126-
CMYK0.840.5400.51
HSL218.49º72.6%28.63%-
HSV(B)218.49º84.13%49.41%-
XYZ5.574.6820.35-
YUV54.39168.41103.47-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.80%
GREEN value IS 58 (23.05% from 255) = 28.43%
BLUE value IS 126 (49.61% from 255) = 61.76%
R=9.80%
G=28.43%
B=61.76%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal20581260.840.5400.51218.4972.628.63
Hex143A7E5436033da491d
Octal24721761246606333211135
Binary1010011101011111101010100110110011001111011010100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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