Html Css Color HEX #184C84 Dark Cerulean

📋 copy color: '#184C84'

red 24 ◦ green 76 ◦ blue 132

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

Shades of Dark Cerulean #184C84

Tints of Dark Cerulean #184C84

RGB

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

 GREEN value IS 76 (30.08% from 255) = 32.76%

 BLUE value IS 132 (51.95% from 255) = 56.9%

R = 10.34%
G = 32.76%
B = 56.9%

CMYK

 C value IS 0.82

 M value IS 0.42

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#184C84 (or 0x184C84) is known color: Dark Cerulean. HEX triplet: 18, 4C and 84. RGB value is (24,76,132). Sum of RGB (Red+Green+Blue) = 24+76+132=232 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.34% from 232); Green value is 76 (30.08% from 255 or 32.76% from 232); Blue value is 132 (51.95% from 255 or 56.90% from 232); Max value from RGB is 132 - color contains mainly: blue. Hex color #184C84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #184C84 is #E7B37B. Grayscale: #424242. Windows color (decimal): -15184764 or 8670232. OLE color: 8670232.

HSL color Cylindrical-coordinate representation of color #184C84: hue angle of 211.11º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #184C84 is Cyan = 0.82, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 24 76 132 -
CMYK 0.82 0.42 0 0.48
HSL 211.11º 0.69% 0.31% -
HSV(B) 211.11º 0.82% 0.52% -
XYZ 7.13 7.03 22.81 -
YUV 66.84 164.77 97.45 -
System Red Green Blue C M Y K H S L
Decimal 24 76 132 0.82 0.42 0 0.48 211.11 0.69 0.31
Hex 18 4C 84 52 2A 0 30 D3 45 1F
Octal 30 114 204 122 52 0 60 323 105 37
Binary 11000 1001100 10000100 1010010 101010 0 110000 11010011 1000101 11111

Color Harmonies of #184C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184C84

Black with #184C84

Text Example


Text Example

White with #184C84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,76,132); }

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

background-color css

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

 a { background-color: rgb(24,76,132); }

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

border-color css

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

 span { border-color: rgb(24,76,132); }

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