#18466E

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

Shades of Dark Cerulean #18466E

Tints of Dark Cerulean #18466E

Color information

#18466E (or 0x18466E) is unknown color: approx Dark Cerulean. HEX triplet: 18, 46 and 6E. RGB value is (24,70,110). Sum of RGB (Red+Green+Blue) = 24+70+110=204 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.76% from 204); Green value is 70 (27.73% from 255 or 34.31% from 204); Blue value is 110 (43.36% from 255 or 53.92% from 204); Max value from RGB is 110 - color contains mainly: blue. Hex color #18466E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18466E is #E7B991. Grayscale: #3C3C3C. Windows color (decimal): -15186322 or 7226904. OLE color: 7226904.

HSL color Cylindrical-coordinate representation of color #18466E: hue angle of 207.91º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #18466E is Cyan = 0.78, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2470110-
CMYK0.780.3600.57
HSL207.91º64.18%26.27%-
HSV(B)207.91º78.18%43.14%-
XYZ5.385.715.57-
YUV60.81155.76101.75-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.76%
GREEN value IS 70 (27.73% from 255) = 34.31%
BLUE value IS 110 (43.36% from 255) = 53.92%
R=11.76%
G=34.31%
B=53.92%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal24701100.780.3600.57207.9164.1826.27
Hex18466E4E24039d0401a
Octal301061561164407132010032
Binary11000100011011011101001110100100011100111010000100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18466E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18466E; }

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

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

<style>
 a { background-color: #18466E; }

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

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

<style>
 span { border-color: #18466E; }

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

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