Html Css Color HEX #184AAA Cobalt

📋 copy color: '#184AAA'

red 24 ◦ green 74 ◦ blue 170

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

Shades of Cobalt #184AAA

Tints of Cobalt #184AAA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.61%

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

R = 8.96%
G = 27.61%
B = 63.43%

CMYK

 C value IS 0.86

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#184AAA (or 0x184AAA) is known color: Cobalt. HEX triplet: 18, 4A and AA. RGB value is (24,74,170). Sum of RGB (Red+Green+Blue) = 24+74+170=268 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.96% from 268); Green value is 74 (29.30% from 255 or 27.61% from 268); Blue value is 170 (66.80% from 255 or 63.43% from 268); Max value from RGB is 170 - color contains mainly: blue. Hex color #184AAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #184AAA is #E7B555. Grayscale: #454545. Windows color (decimal): -15185238 or 11160088. OLE color: 11160088.

HSL color Cylindrical-coordinate representation of color #184AAA: hue angle of 219.45º 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 #184AAA is Cyan = 0.86, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 24 74 170 -
CMYK 0.86 0.56 0 0.33
HSL 219.45º 0.75% 0.38% -
HSV(B) 219.45º 0.86% 0.67% -
XYZ 10.08 7.99 39.04 -
YUV 69.99 184.44 95.19 -
System Red Green Blue C M Y K H S L
Decimal 24 74 170 0.86 0.56 0 0.33 219.45 0.75 0.38
Hex 18 4A AA 56 38 0 21 DB 4B 26
Octal 30 112 252 126 70 0 41 333 113 46
Binary 11000 1001010 10101010 1010110 111000 0 100001 11011011 1001011 100110

Color Harmonies of #184AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184AAA

Black with #184AAA

Text Example


Text Example

White with #184AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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