#184274

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

Shades of Dark Cerulean #184274

Tints of Dark Cerulean #184274

Color information

#184274 (or 0x184274) is unknown color: approx Dark Cerulean. HEX triplet: 18, 42 and 74. RGB value is (24,66,116). Sum of RGB (Red+Green+Blue) = 24+66+116=206 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.65% from 206); Green value is 66 (26.17% from 255 or 32.04% from 206); Blue value is 116 (45.70% from 255 or 56.31% from 206); Max value from RGB is 116 - color contains mainly: blue. Hex color #184274 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184274 is #E7BD8B. Grayscale: #3A3A3A. Windows color (decimal): -15187340 or 7619096. OLE color: 7619096.

HSL color Cylindrical-coordinate representation of color #184274: hue angle of 212.61º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #184274 is Cyan = 0.79, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2466116-
CMYK0.790.4300.55
HSL212.61º65.71%27.45%-
HSV(B)212.61º79.31%45.49%-
XYZ5.485.3517.27-
YUV59.14160.09102.93-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.65%
GREEN value IS 66 (26.17% from 255) = 32.04%
BLUE value IS 116 (45.70% from 255) = 56.31%
R=11.65%
G=32.04%
B=56.31%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal24661160.790.4300.55212.6165.7127.45
Hex1842744F2B037d5421b
Octal301021641175306732510233
Binary11000100001011101001001111101011011011111010101100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184274; }

 p { color: rgb(24,66,116); }

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

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

 a { background-color: rgb(24,66,116); }

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

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

 span { border-color: rgb(24,66,116); }

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