#18417A

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

Shades of Dark Cerulean #18417A

Tints of Dark Cerulean #18417A

Color information

#18417A (or 0x18417A) is unknown color: approx Dark Cerulean. HEX triplet: 18, 41 and 7A. RGB value is (24,65,122). Sum of RGB (Red+Green+Blue) = 24+65+122=211 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.37% from 211); Green value is 65 (25.78% from 255 or 30.81% from 211); Blue value is 122 (48.05% from 255 or 57.82% from 211); Max value from RGB is 122 - color contains mainly: blue. Hex color #18417A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18417A is #E7BE85. Grayscale: #3A3A3A. Windows color (decimal): -15187590 or 8012056. OLE color: 8012056.

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

Color convert

RGB2465122-
CMYK0.800.4700.52
HSL214.9º67.12%28.63%-
HSV(B)214.9º80.33%47.84%-
XYZ5.785.3819.15-
YUV59.24163.42102.87-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.37%
GREEN value IS 65 (25.78% from 255) = 30.81%
BLUE value IS 122 (48.05% from 255) = 57.82%
R=11.37%
G=30.81%
B=57.82%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal24651220.800.4700.52214.967.1228.63
Hex18417A502F034d7431d
Octal301011721205706432710335
Binary11000100000111110101010000101111011010011010111100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18417A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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