Html Css Color HEX #184485 Dark Cerulean

📋 copy color: '#184485'

red 24 ◦ green 68 ◦ blue 133

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

Shades of Dark Cerulean #184485

Tints of Dark Cerulean #184485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 59.11%

R = 10.67%
G = 30.22%
B = 59.11%

CMYK

 C value IS 0.82

 M value IS 0.49

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#184485 (or 0x184485) is known color: Dark Cerulean. HEX triplet: 18, 44 and 85. RGB value is (24,68,133). Sum of RGB (Red+Green+Blue) = 24+68+133=225 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.67% from 225); Green value is 68 (26.95% from 255 or 30.22% from 225); Blue value is 133 (52.34% from 255 or 59.11% from 225); Max value from RGB is 133 - color contains mainly: blue. Hex color #184485 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #184485 is #E7BB7A. Grayscale: #3D3D3D. Windows color (decimal): -15186811 or 8733720. OLE color: 8733720.

HSL color Cylindrical-coordinate representation of color #184485: hue angle of 215.78º 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 #184485 is Cyan = 0.82, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 24 68 133 -
CMYK 0.82 0.49 0 0.48
HSL 215.78º 0.69% 0.31% -
HSV(B) 215.78º 0.82% 0.52% -
XYZ 6.68 6.02 23 -
YUV 62.25 167.92 100.71 -
System Red Green Blue C M Y K H S L
Decimal 24 68 133 0.82 0.49 0 0.48 215.78 0.69 0.31
Hex 18 44 85 52 31 0 30 D8 45 1F
Octal 30 104 205 122 61 0 60 330 105 37
Binary 11000 1000100 10000101 1010010 110001 0 110000 11011000 1000101 11111

Color Harmonies of #184485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184485

Black with #184485

Text Example


Text Example

White with #184485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184485; }

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

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

background-color css

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

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

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

border-color css

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

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

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