#18457A

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

Shades of Dark Cerulean #18457A

Tints of Dark Cerulean #18457A

Color information

#18457A (or 0x18457A) is unknown color: approx Dark Cerulean. HEX triplet: 18, 45 and 7A. RGB value is (24,69,122). Sum of RGB (Red+Green+Blue) = 24+69+122=215 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.16% from 215); Green value is 69 (27.34% from 255 or 32.09% from 215); Blue value is 122 (48.05% from 255 or 56.74% from 215); Max value from RGB is 122 - color contains mainly: blue. Hex color #18457A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18457A is #E7BA85. Grayscale: #3D3D3D. Windows color (decimal): -15186566 or 8013080. OLE color: 8013080.

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

Color convert

RGB2469122-
CMYK0.800.4300.52
HSL212.45º67.12%28.63%-
HSV(B)212.45º80.33%47.84%-
XYZ6.025.8619.23-
YUV61.59162.09101.19-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.16%
GREEN value IS 69 (27.34% from 255) = 32.09%
BLUE value IS 122 (48.05% from 255) = 56.74%
R=11.16%
G=32.09%
B=56.74%

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
Decimal24691220.800.4300.52212.4567.1228.63
Hex18457A502B034d4431d
Octal301051721205306432410335
Binary11000100010111110101010000101011011010011010100100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18457A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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