Html Css Color HEX #184281 Dark Cerulean

📋 copy color: '#184281'

red 24 ◦ green 66 ◦ blue 129

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

Shades of Dark Cerulean #184281

Tints of Dark Cerulean #184281

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30.14%

 BLUE value IS 129 (50.78% from 255) = 58.9%

R = 10.96%
G = 30.14%
B = 58.9%

CMYK

 C value IS 0.81

 M value IS 0.49

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#184281 (or 0x184281) is known color: Dark Cerulean. HEX triplet: 18, 42 and 81. RGB value is (24,66,129). Sum of RGB (Red+Green+Blue) = 24+66+129=219 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.96% from 219); Green value is 66 (26.17% from 255 or 30.14% from 219); Blue value is 129 (50.78% from 255 or 58.90% from 219); Max value from RGB is 129 - color contains mainly: blue. Hex color #184281 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #184281 is #E7BD7E. Grayscale: #3C3C3C. Windows color (decimal): -15187327 or 8471064. OLE color: 8471064.

HSL color Cylindrical-coordinate representation of color #184281: hue angle of 216º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #184281 is Cyan = 0.81, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 24 66 129 -
CMYK 0.81 0.49 0 0.49
HSL 216º 0.69% 0.3% -
HSV(B) 216º 0.81% 0.51% -
XYZ 6.29 5.68 21.53 -
YUV 60.62 166.59 101.88 -
System Red Green Blue C M Y K H S L
Decimal 24 66 129 0.81 0.49 0 0.49 216 0.69 0.3
Hex 18 42 81 51 31 0 31 D8 45 1E
Octal 30 102 201 121 61 0 61 330 105 36
Binary 11000 1000010 10000001 1010001 110001 0 110001 11011000 1000101 11110

Color Harmonies of #184281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184281

Black with #184281

Text Example


Text Example

White with #184281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184281; }

 p { color: rgb(24,66,129); }

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

background-color css

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

 a { background-color: rgb(24,66,129); }

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

border-color css

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

 span { border-color: rgb(24,66,129); }

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