#18397A

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

Shades of Dark Cerulean #18397A

Tints of Dark Cerulean #18397A

Color information

#18397A (or 0x18397A) is unknown color: approx Dark Cerulean. HEX triplet: 18, 39 and 7A. RGB value is (24,57,122). Sum of RGB (Red+Green+Blue) = 24+57+122=203 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.82% from 203); Green value is 57 (22.66% from 255 or 28.08% from 203); Blue value is 122 (48.05% from 255 or 60.10% from 203); Max value from RGB is 122 - color contains mainly: blue. Hex color #18397A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18397A is #E7C685. Grayscale: #363636. Windows color (decimal): -15189638 or 8010008. OLE color: 8010008.

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

Color convert

RGB2457122-
CMYK0.800.5300.52
HSL219.8º67.12%28.63%-
HSV(B)219.8º80.33%47.84%-
XYZ5.354.5319-
YUV54.54166.07106.21-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.82%
GREEN value IS 57 (22.66% from 255) = 28.08%
BLUE value IS 122 (48.05% from 255) = 60.10%
R=11.82%
G=28.08%
B=60.10%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal24571220.800.5300.52219.867.1228.63
Hex18397A5035034dc431d
Octal30711721206506433410335
Binary1100011100111110101010000110101011010011011100100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18397A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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