#184070

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

Shades of Dark Cerulean #184070

Tints of Dark Cerulean #184070

Color information

#184070 (or 0x184070) is unknown color: approx Dark Cerulean. HEX triplet: 18, 40 and 70. RGB value is (24,64,112). Sum of RGB (Red+Green+Blue) = 24+64+112=200 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12% from 200); Green value is 64 (25.39% from 255 or 32% from 200); Blue value is 112 (44.14% from 255 or 56% from 200); Max value from RGB is 112 - color contains mainly: blue. Hex color #184070 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184070 is #E7BF8F. Grayscale: #393939. Windows color (decimal): -15187856 or 7356440. OLE color: 7356440.

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

Color convert

RGB2464112-
CMYK0.790.4300.56
HSL212.73º64.71%26.67%-
HSV(B)212.73º78.57%43.92%-
XYZ5.135.0316.03-
YUV57.51158.75104.1-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12%
GREEN value IS 64 (25.39% from 255) = 32%
BLUE value IS 112 (44.14% from 255) = 56%
R=12%
G=32%
B=56%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal24641120.790.4300.56212.7364.7126.67
Hex1840704F2B038d5411b
Octal301001601175307032510133
Binary11000100000011100001001111101011011100011010101100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184070; }

 p { color: rgb(24,64,112); }

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

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

 a { background-color: rgb(24,64,112); }

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

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

 span { border-color: rgb(24,64,112); }

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