Html Css Color HEX #184BAC Cobalt

📋 copy color: '#184BAC'

red 24 ◦ green 75 ◦ blue 172

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

Shades of Cobalt #184BAC

Tints of Cobalt #184BAC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 27.68%

 BLUE value IS 172 (67.58% from 255) = 63.47%

R = 8.86%
G = 27.68%
B = 63.47%

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

#184BAC (or 0x184BAC) is known color: Cobalt. HEX triplet: 18, 4B and AC. RGB value is (24,75,172). Sum of RGB (Red+Green+Blue) = 24+75+172=271 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.86% from 271); Green value is 75 (29.69% from 255 or 27.68% from 271); Blue value is 172 (67.58% from 255 or 63.47% from 271); Max value from RGB is 172 - color contains mainly: blue. Hex color #184BAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #184BAC is #E7B453. Grayscale: #464646. Windows color (decimal): -15184980 or 11291416. OLE color: 11291416.

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

Color convert

RGB 24 75 172 -
CMYK 0.86 0.56 0 0.33
HSL 219.32º 0.76% 0.38% -
HSV(B) 219.32º 0.86% 0.67% -
XYZ 10.34 8.2 40.07 -
YUV 70.81 185.1 94.61 -
System Red Green Blue C M Y K H S L
Decimal 24 75 172 0.86 0.56 0 0.33 219.32 0.76 0.38
Hex 18 4B AC 56 38 0 21 DB 4C 26
Octal 30 113 254 126 70 0 41 333 114 46
Binary 11000 1001011 10101100 1010110 111000 0 100001 11011011 1001100 100110

Color Harmonies of #184BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184BAC

Black with #184BAC

Text Example


Text Example

White with #184BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,75,172); }

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

background-color css

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

 a { background-color: rgb(24,75,172); }

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

border-color css

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

 span { border-color: rgb(24,75,172); }

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