Html Css Color HEX #184072 Dark Cerulean

📋 copy color: '#184072'

red 24 ◦ green 64 ◦ blue 114

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

Shades of Dark Cerulean #184072

Tints of Dark Cerulean #184072

RGB

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

 GREEN value IS 64 (25.39% from 255) = 31.68%

 BLUE value IS 114 (44.92% from 255) = 56.44%

R = 11.88%
G = 31.68%
B = 56.44%

CMYK

 C value IS 0.79

 M value IS 0.44

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#184072 (or 0x184072) is known color: Dark Cerulean. HEX triplet: 18, 40 and 72. RGB value is (24,64,114). Sum of RGB (Red+Green+Blue) = 24+64+114=202 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.88% from 202); Green value is 64 (25.39% from 255 or 31.68% from 202); Blue value is 114 (44.92% from 255 or 56.44% from 202); Max value from RGB is 114 - color contains mainly: blue. Hex color #184072 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184072 is #E7BF8D. Grayscale: #393939. Windows color (decimal): -15187854 or 7487512. OLE color: 7487512.

HSL color Cylindrical-coordinate representation of color #184072: hue angle of 213.33º degrees, saturation: 0.65, 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 #184072 is Cyan = 0.79, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 24 64 114 -
CMYK 0.79 0.44 0 0.55
HSL 213.33º 0.65% 0.27% -
HSV(B) 213.33º 0.79% 0.45% -
XYZ 5.25 5.08 16.62 -
YUV 57.74 159.75 103.93 -
System Red Green Blue C M Y K H S L
Decimal 24 64 114 0.79 0.44 0 0.55 213.33 0.65 0.27
Hex 18 40 72 4F 2C 0 37 D5 41 1B
Octal 30 100 162 117 54 0 67 325 101 33
Binary 11000 1000000 1110010 1001111 101100 0 110111 11010101 1000001 11011

Color Harmonies of #184072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184072

Black with #184072

Text Example


Text Example

White with #184072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184072; }

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

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

background-color css

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

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

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

border-color css

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

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

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