Html Css Color HEX #184DAA Cobalt

📋 copy color: '#184DAA'

red 24 ◦ green 77 ◦ blue 170

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

Shades of Cobalt #184DAA

Tints of Cobalt #184DAA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28.41%

 BLUE value IS 170 (66.8% from 255) = 62.73%

R = 8.86%
G = 28.41%
B = 62.73%

CMYK

 C value IS 0.86

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#184DAA (or 0x184DAA) is known color: Cobalt. HEX triplet: 18, 4D and AA. RGB value is (24,77,170). Sum of RGB (Red+Green+Blue) = 24+77+170=271 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.86% from 271); Green value is 77 (30.47% from 255 or 28.41% from 271); Blue value is 170 (66.80% from 255 or 62.73% from 271); Max value from RGB is 170 - color contains mainly: blue. Hex color #184DAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #184DAA is #E7B255. Grayscale: #474747. Windows color (decimal): -15184470 or 11160856. OLE color: 11160856.

HSL color Cylindrical-coordinate representation of color #184DAA: hue angle of 218.22º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #184DAA is Cyan = 0.86, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 24 77 170 -
CMYK 0.86 0.55 0 0.33
HSL 218.22º 0.75% 0.38% -
HSV(B) 218.22º 0.86% 0.67% -
XYZ 10.29 8.4 39.11 -
YUV 71.76 183.44 93.94 -
System Red Green Blue C M Y K H S L
Decimal 24 77 170 0.86 0.55 0 0.33 218.22 0.75 0.38
Hex 18 4D AA 56 37 0 21 DA 4B 26
Octal 30 115 252 126 67 0 41 332 113 46
Binary 11000 1001101 10101010 1010110 110111 0 100001 11011010 1001011 100110

Color Harmonies of #184DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184DAA

Black with #184DAA

Text Example


Text Example

White with #184DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,77,170); }

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

background-color css

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

 a { background-color: rgb(24,77,170); }

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

border-color css

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

 span { border-color: rgb(24,77,170); }

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