Html Css Color HEX #124BAD Cobalt

📋 copy color: '#124BAD'

red 18 ◦ green 75 ◦ blue 173

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

Shades of Cobalt #124BAD

Tints of Cobalt #124BAD

RGB

 RED value IS 18 (7.42% from 255) = 6.77%

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

 BLUE value IS 173 (67.97% from 255) = 65.04%

R = 6.77%
G = 28.2%
B = 65.04%

CMYK

 C value IS 0.90

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#124BAD (or 0x124BAD) is known color: Cobalt. HEX triplet: 12, 4B and AD. RGB value is (18,75,173). Sum of RGB (Red+Green+Blue) = 18+75+173=266 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.77% from 266); Green value is 75 (29.69% from 255 or 28.20% from 266); Blue value is 173 (67.97% from 255 or 65.04% from 266); Max value from RGB is 173 - color contains mainly: blue. Hex color #124BAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124BAD is #EDB452. Grayscale: #444444. Windows color (decimal): -15578195 or 11356946. OLE color: 11356946.

HSL color Cylindrical-coordinate representation of color #124BAD: hue angle of 217.94º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #124BAD is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 18 75 173 -
CMYK 0.90 0.57 0 0.32
HSL 217.94º 0.81% 0.37% -
HSV(B) 217.94º 0.9% 0.68% -
XYZ 10.31 8.18 40.57 -
YUV 69.13 186.62 91.53 -
System Red Green Blue C M Y K H S L
Decimal 18 75 173 0.90 0.57 0 0.32 217.94 0.81 0.37
Hex 12 4B AD 5A 39 0 20 DA 51 25
Octal 22 113 255 132 71 0 40 332 121 45
Binary 10010 1001011 10101101 1011010 111001 0 100000 11011010 1010001 100101

Color Harmonies of #124BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124BAD

Black with #124BAD

Text Example


Text Example

White with #124BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124BAD; }

 p { color: rgb(18,75,173); }

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

background-color css

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

 a { background-color: rgb(18,75,173); }

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

border-color css

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

 span { border-color: rgb(18,75,173); }

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