#18447A

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

Shades of Dark Cerulean #18447A

Tints of Dark Cerulean #18447A

Color information

#18447A (or 0x18447A) is unknown color: approx Dark Cerulean. HEX triplet: 18, 44 and 7A. RGB value is (24,68,122). Sum of RGB (Red+Green+Blue) = 24+68+122=214 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.21% from 214); Green value is 68 (26.95% from 255 or 31.78% from 214); Blue value is 122 (48.05% from 255 or 57.01% from 214); Max value from RGB is 122 - color contains mainly: blue. Hex color #18447A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18447A is #E7BB85. Grayscale: #3C3C3C. Windows color (decimal): -15186822 or 8012824. OLE color: 8012824.

HSL color Cylindrical-coordinate representation of color #18447A: hue angle of 213.06º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #18447A is Cyan = 0.80, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2468122-
CMYK0.800.4400.52
HSL213.06º67.12%28.63%-
HSV(B)213.06º80.33%47.84%-
XYZ5.965.7319.21-
YUV61162.42101.61-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.21%
GREEN value IS 68 (26.95% from 255) = 31.78%
BLUE value IS 122 (48.05% from 255) = 57.01%
R=11.21%
G=31.78%
B=57.01%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal24681220.800.4400.52213.0667.1228.63
Hex18447A502C034d5431d
Octal301041721205406432510335
Binary11000100010011110101010000101100011010011010101100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18447A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18447A; }

 p { color: rgb(24,68,122); }

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

<style>
 a { background-color: #18447A; }

 a { background-color: rgb(24,68,122); }

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

<style>
 span { border-color: #18447A; }

 span { border-color: rgb(24,68,122); }

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