Html Css Color HEX #184870 Dark Cerulean

📋 copy color: '#184870'

red 24 ◦ green 72 ◦ blue 112

#184870
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #184870

Tints of Dark Cerulean #184870

RGB

 RED value IS 24 (9.77% from 255) = 11.54%

 GREEN value IS 72 (28.52% from 255) = 34.62%

 BLUE value IS 112 (44.14% from 255) = 53.85%

R = 11.54%
G = 34.62%
B = 53.85%

CMYK

 C value IS 0.79

 M value IS 0.36

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#184870 (or 0x184870) is known color: Dark Cerulean. HEX triplet: 18, 48 and 70. RGB value is (24,72,112). Sum of RGB (Red+Green+Blue) = 24+72+112=208 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.54% from 208); Green value is 72 (28.52% from 255 or 34.62% from 208); Blue value is 112 (44.14% from 255 or 53.85% from 208); Max value from RGB is 112 - color contains mainly: blue. Hex color #184870 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184870 is #E7B78F. Grayscale: #3D3D3D. Windows color (decimal): -15185808 or 7358488. OLE color: 7358488.

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

Color convert

RGB 24 72 112 -
CMYK 0.79 0.36 0 0.56
HSL 207.27º 0.65% 0.27% -
HSV(B) 207.27º 0.79% 0.44% -
XYZ 5.62 6 16.19 -
YUV 62.21 156.1 100.75 -
System Red Green Blue C M Y K H S L
Decimal 24 72 112 0.79 0.36 0 0.56 207.27 0.65 0.27
Hex 18 48 70 4F 24 0 38 CF 41 1B
Octal 30 110 160 117 44 0 70 317 101 33
Binary 11000 1001000 1110000 1001111 100100 0 111000 11001111 1000001 11011

Color Harmonies of #184870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184870

Black with #184870

Text Example


Text Example

White with #184870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184870; }

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

 H1.HeaderClassName
 {
   color: #184870;
 }
 .AnyTagClassName
 {
   color: #184870;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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