#18467A

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

Shades of Dark Cerulean #18467A

Tints of Dark Cerulean #18467A

Color information

#18467A (or 0x18467A) is unknown color: approx Dark Cerulean. HEX triplet: 18, 46 and 7A. RGB value is (24,70,122). Sum of RGB (Red+Green+Blue) = 24+70+122=216 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.11% from 216); Green value is 70 (27.73% from 255 or 32.41% from 216); Blue value is 122 (48.05% from 255 or 56.48% from 216); Max value from RGB is 122 - color contains mainly: blue. Hex color #18467A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18467A is #E7B985. Grayscale: #3D3D3D. Windows color (decimal): -15186310 or 8013336. OLE color: 8013336.

HSL color Cylindrical-coordinate representation of color #18467A: hue angle of 211.84º 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 #18467A is Cyan = 0.80, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2470122-
CMYK0.800.4300.52
HSL211.84º67.12%28.63%-
HSV(B)211.84º80.33%47.84%-
XYZ6.085.9819.25-
YUV62.17161.76100.77-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.11%
GREEN value IS 70 (27.73% from 255) = 32.41%
BLUE value IS 122 (48.05% from 255) = 56.48%
R=11.11%
G=32.41%
B=56.48%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal24701220.800.4300.52211.8467.1228.63
Hex18467A502B034d4431d
Octal301061721205306432410335
Binary11000100011011110101010000101011011010011010100100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18467A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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