Html Css Color HEX #184074 Dark Cerulean

📋 copy color: '#184074'

red 24 ◦ green 64 ◦ blue 116

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

Shades of Dark Cerulean #184074

Tints of Dark Cerulean #184074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 56.86%

R = 11.76%
G = 31.37%
B = 56.86%

CMYK

 C value IS 0.79

 M value IS 0.45

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#184074 (or 0x184074) is known color: Dark Cerulean. HEX triplet: 18, 40 and 74. RGB value is (24,64,116). Sum of RGB (Red+Green+Blue) = 24+64+116=204 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.76% from 204); Green value is 64 (25.39% from 255 or 31.37% from 204); Blue value is 116 (45.70% from 255 or 56.86% from 204); Max value from RGB is 116 - color contains mainly: blue. Hex color #184074 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184074 is #E7BF8B. Grayscale: #393939. Windows color (decimal): -15187852 or 7618584. OLE color: 7618584.

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

Color convert

RGB 24 64 116 -
CMYK 0.79 0.45 0 0.55
HSL 213.91º 0.66% 0.27% -
HSV(B) 213.91º 0.79% 0.45% -
XYZ 5.36 5.12 17.23 -
YUV 57.97 160.75 103.77 -
System Red Green Blue C M Y K H S L
Decimal 24 64 116 0.79 0.45 0 0.55 213.91 0.66 0.27
Hex 18 40 74 4F 2D 0 37 D6 42 1B
Octal 30 100 164 117 55 0 67 326 102 33
Binary 11000 1000000 1110100 1001111 101101 0 110111 11010110 1000010 11011

Color Harmonies of #184074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184074

Black with #184074

Text Example


Text Example

White with #184074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184074; }

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

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

background-color css

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

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

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

border-color css

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

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

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