Html Css Color HEX #184680 Dark Cerulean

📋 copy color: '#184680'

red 24 ◦ green 70 ◦ blue 128

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

Shades of Dark Cerulean #184680

Tints of Dark Cerulean #184680

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.53%

 BLUE value IS 128 (50.39% from 255) = 57.66%

R = 10.81%
G = 31.53%
B = 57.66%

CMYK

 C value IS 0.81

 M value IS 0.45

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#184680 (or 0x184680) is known color: Dark Cerulean. HEX triplet: 18, 46 and 80. RGB value is (24,70,128). Sum of RGB (Red+Green+Blue) = 24+70+128=222 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.81% from 222); Green value is 70 (27.73% from 255 or 31.53% from 222); Blue value is 128 (50.39% from 255 or 57.66% from 222); Max value from RGB is 128 - color contains mainly: blue. Hex color #184680 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #184680 is #E7B97F. Grayscale: #3E3E3E. Windows color (decimal): -15186304 or 8406552. OLE color: 8406552.

HSL color Cylindrical-coordinate representation of color #184680: hue angle of 213.46º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #184680 is Cyan = 0.81, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 24 70 128 -
CMYK 0.81 0.45 0 0.50
HSL 213.46º 0.68% 0.3% -
HSV(B) 213.46º 0.81% 0.5% -
XYZ 6.46 6.13 21.27 -
YUV 62.86 164.76 100.28 -
System Red Green Blue C M Y K H S L
Decimal 24 70 128 0.81 0.45 0 0.50 213.46 0.68 0.3
Hex 18 46 80 51 2D 0 32 D5 44 1E
Octal 30 106 200 121 55 0 62 325 104 36
Binary 11000 1000110 10000000 1010001 101101 0 110010 11010101 1000100 11110

Color Harmonies of #184680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184680

Black with #184680

Text Example


Text Example

White with #184680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184680; }

 p { color: rgb(24,70,128); }

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

background-color css

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

 a { background-color: rgb(24,70,128); }

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

border-color css

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

 span { border-color: rgb(24,70,128); }

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