#184B70

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

Shades of Dark Cerulean #184B70

Tints of Dark Cerulean #184B70

Color information

#184B70 (or 0x184B70) is unknown color: approx Dark Cerulean. HEX triplet: 18, 4B and 70. RGB value is (24,75,112). Sum of RGB (Red+Green+Blue) = 24+75+112=211 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.37% from 211); Green value is 75 (29.69% from 255 or 35.55% from 211); Blue value is 112 (44.14% from 255 or 53.08% from 211); Max value from RGB is 112 - color contains mainly: blue. Hex color #184B70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184B70 is #E7B48F. Grayscale: #3F3F3F. Windows color (decimal): -15185040 or 7359256. OLE color: 7359256.

HSL color Cylindrical-coordinate representation of color #184B70: hue angle of 205.23º 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 #184B70 is Cyan = 0.79, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2475112-
CMYK0.790.3300.56
HSL205.23º64.71%26.67%-
HSV(B)205.23º78.57%43.92%-
XYZ5.826.416.26-
YUV63.97155.199.49-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.37%
GREEN value IS 75 (29.69% from 255) = 35.55%
BLUE value IS 112 (44.14% from 255) = 53.08%
R=11.37%
G=35.55%
B=53.08%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal24751120.790.3300.56205.2364.7126.67
Hex184B704F21038cd411b
Octal301131601174107031510133
Binary11000100101111100001001111100001011100011001101100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184B70; }

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

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

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

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

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

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

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

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