Html Css Color HEX #184480 Dark Cerulean

📋 copy color: '#184480'

red 24 ◦ green 68 ◦ blue 128

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

Shades of Dark Cerulean #184480

Tints of Dark Cerulean #184480

RGB

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

 GREEN value IS 68 (26.95% from 255) = 30.91%

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

R = 10.91%
G = 30.91%
B = 58.18%

CMYK

 C value IS 0.81

 M value IS 0.47

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#184480 (or 0x184480) is known color: Dark Cerulean. HEX triplet: 18, 44 and 80. RGB value is (24,68,128). Sum of RGB (Red+Green+Blue) = 24+68+128=220 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.91% from 220); Green value is 68 (26.95% from 255 or 30.91% from 220); Blue value is 128 (50.39% from 255 or 58.18% from 220); Max value from RGB is 128 - color contains mainly: blue. Hex color #184480 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #184480 is #E7BB7F. Grayscale: #3D3D3D. Windows color (decimal): -15186816 or 8406040. OLE color: 8406040.

HSL color Cylindrical-coordinate representation of color #184480: hue angle of 214.62º 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 #184480 is Cyan = 0.81, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 24 68 128 -
CMYK 0.81 0.47 0 0.50
HSL 214.62º 0.68% 0.3% -
HSV(B) 214.62º 0.81% 0.5% -
XYZ 6.34 5.89 21.22 -
YUV 61.68 165.42 101.12 -
System Red Green Blue C M Y K H S L
Decimal 24 68 128 0.81 0.47 0 0.50 214.62 0.68 0.3
Hex 18 44 80 51 2F 0 32 D7 44 1E
Octal 30 104 200 121 57 0 62 327 104 36
Binary 11000 1000100 10000000 1010001 101111 0 110010 11010111 1000100 11110

Color Harmonies of #184480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184480

Black with #184480

Text Example


Text Example

White with #184480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184480; }

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

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

background-color css

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

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

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

border-color css

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

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

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