Html Css Color HEX #184BAB Cobalt

📋 copy color: '#184BAB'

red 24 ◦ green 75 ◦ blue 171

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

Shades of Cobalt #184BAB

Tints of Cobalt #184BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 63.33%

R = 8.89%
G = 27.78%
B = 63.33%

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

#184BAB (or 0x184BAB) is known color: Cobalt. HEX triplet: 18, 4B and AB. RGB value is (24,75,171). Sum of RGB (Red+Green+Blue) = 24+75+171=270 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.89% from 270); Green value is 75 (29.69% from 255 or 27.78% from 270); Blue value is 171 (67.19% from 255 or 63.33% from 270); Max value from RGB is 171 - color contains mainly: blue. Hex color #184BAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #184BAB is #E7B454. Grayscale: #464646. Windows color (decimal): -15184981 or 11225880. OLE color: 11225880.

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

Color convert

RGB 24 75 171 -
CMYK 0.86 0.56 0 0.33
HSL 219.18º 0.75% 0.38% -
HSV(B) 219.18º 0.86% 0.67% -
XYZ 10.24 8.17 39.56 -
YUV 70.7 184.6 94.69 -
System Red Green Blue C M Y K H S L
Decimal 24 75 171 0.86 0.56 0 0.33 219.18 0.75 0.38
Hex 18 4B AB 56 38 0 21 DB 4B 26
Octal 30 113 253 126 70 0 41 333 113 46
Binary 11000 1001011 10101011 1010110 111000 0 100001 11011011 1001011 100110

Color Harmonies of #184BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184BAB

Black with #184BAB

Text Example


Text Example

White with #184BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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