#14427B

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

Shades of Dark Cerulean #14427B

Tints of Dark Cerulean #14427B

Color information

#14427B (or 0x14427B) is unknown color: approx Dark Cerulean. HEX triplet: 14, 42 and 7B. RGB value is (20,66,123). Sum of RGB (Red+Green+Blue) = 20+66+123=209 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.57% from 209); Green value is 66 (26.17% from 255 or 31.58% from 209); Blue value is 123 (48.44% from 255 or 58.85% from 209); Max value from RGB is 123 - color contains mainly: blue. Hex color #14427B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14427B is #EBBD84. Grayscale: #3A3A3A. Windows color (decimal): -15449477 or 8077844. OLE color: 8077844.

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

Color convert

RGB2066123-
CMYK0.840.4600.52
HSL213.2º72.03%28.04%-
HSV(B)213.2º83.74%48.24%-
XYZ5.815.4819.49-
YUV58.74164.26100.37-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.57%
GREEN value IS 66 (26.17% from 255) = 31.58%
BLUE value IS 123 (48.44% from 255) = 58.85%
R=9.57%
G=31.58%
B=58.85%

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
Decimal20661230.840.4600.52213.272.0328.04
Hex14427B542E034d5481c
Octal241021731245606432511034
Binary10100100001011110111010100101110011010011010101100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14427B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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