#14448B

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

Shades of Dark Cerulean #14448B

Tints of Dark Cerulean #14448B

Color information

#14448B (or 0x14448B) is unknown color: approx Dark Cerulean. HEX triplet: 14, 44 and 8B. RGB value is (20,68,139). Sum of RGB (Red+Green+Blue) = 20+68+139=227 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.81% from 227); Green value is 68 (26.95% from 255 or 29.96% from 227); Blue value is 139 (54.69% from 255 or 61.23% from 227); Max value from RGB is 139 - color contains mainly: blue. Hex color #14448B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14448B is #EBBB74. Grayscale: #3D3D3D. Windows color (decimal): -15448949 or 9126932. OLE color: 9126932.

HSL color Cylindrical-coordinate representation of color #14448B: hue angle of 215.8º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14448B is Cyan = 0.86, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2068139-
CMYK0.860.5100.45
HSL215.8º74.84%31.18%-
HSV(B)215.8º85.61%54.51%-
XYZ7.026.1525.24-
YUV61.74171.698.23-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.81%
GREEN value IS 68 (26.95% from 255) = 29.96%
BLUE value IS 139 (54.69% from 255) = 61.23%
R=8.81%
G=29.96%
B=61.23%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal20681390.860.5100.45215.874.8431.18
Hex14448B563302Dd84b1f
Octal241042131266305533011337
Binary101001000100100010111010110110011010110111011000100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14448B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14448B; }

 p { color: rgb(20,68,139); }

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

<style>
 a { background-color: #14448B; }

 a { background-color: rgb(20,68,139); }

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

<style>
 span { border-color: #14448B; }

 span { border-color: rgb(20,68,139); }

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