#18387F

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

Shades of Dark Cerulean #18387F

Tints of Dark Cerulean #18387F

Color information

#18387F (or 0x18387F) is unknown color: approx Dark Cerulean. HEX triplet: 18, 38 and 7F. RGB value is (24,56,127). Sum of RGB (Red+Green+Blue) = 24+56+127=207 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.59% from 207); Green value is 56 (22.27% from 255 or 27.05% from 207); Blue value is 127 (50% from 255 or 61.35% from 207); Max value from RGB is 127 - color contains mainly: blue. Hex color #18387F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18387F is #E7C780. Grayscale: #363636. Windows color (decimal): -15189889 or 8337432. OLE color: 8337432.

HSL color Cylindrical-coordinate representation of color #18387F: hue angle of 221.36º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #18387F is Cyan = 0.81, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2456127-
CMYK0.810.5600.50
HSL221.36º68.21%29.61%-
HSV(B)221.36º81.1%49.8%-
XYZ5.624.5520.66-
YUV54.53168.9106.23-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.59%
GREEN value IS 56 (22.27% from 255) = 27.05%
BLUE value IS 127 (50% from 255) = 61.35%
R=11.59%
G=27.05%
B=61.35%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal24561270.810.5600.50221.3668.2129.61
Hex18387F5138032dd441e
Octal30701771217006233510436
Binary1100011100011111111010001111000011001011011101100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18387F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18387F; }

 p { color: rgb(24,56,127); }

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

<style>
 a { background-color: #18387F; }

 a { background-color: rgb(24,56,127); }

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

<style>
 span { border-color: #18387F; }

 span { border-color: rgb(24,56,127); }

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