#14437B

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

Shades of Dark Cerulean #14437B

Tints of Dark Cerulean #14437B

Color information

#14437B (or 0x14437B) is unknown color: approx Dark Cerulean. HEX triplet: 14, 43 and 7B. RGB value is (20,67,123). Sum of RGB (Red+Green+Blue) = 20+67+123=210 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.52% from 210); Green value is 67 (26.56% from 255 or 31.90% from 210); Blue value is 123 (48.44% from 255 or 58.57% from 210); Max value from RGB is 123 - color contains mainly: blue. Hex color #14437B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14437B is #EBBC84. Grayscale: #3B3B3B. Windows color (decimal): -15449221 or 8078100. OLE color: 8078100.

HSL color Cylindrical-coordinate representation of color #14437B: hue angle of 212.62º 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 #14437B is Cyan = 0.84, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2067123-
CMYK0.840.4600.52
HSL212.62º72.03%28.04%-
HSV(B)212.62º83.74%48.24%-
XYZ5.875.5919.51-
YUV59.33163.9399.95-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.52%
GREEN value IS 67 (26.56% from 255) = 31.90%
BLUE value IS 123 (48.44% from 255) = 58.57%
R=9.52%
G=31.90%
B=58.57%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal20671230.840.4600.52212.6272.0328.04
Hex14437B542E034d5481c
Octal241031731245606432511034
Binary10100100001111110111010100101110011010011010101100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14437B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,67,123); }

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

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

 a { background-color: rgb(20,67,123); }

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

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

 span { border-color: rgb(20,67,123); }

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