Html Css Color HEX #124CAC Cobalt

📋 copy color: '#124CAC'

red 18 ◦ green 76 ◦ blue 172

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

Shades of Cobalt #124CAC

Tints of Cobalt #124CAC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 28.57%

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

R = 6.77%
G = 28.57%
B = 64.66%

CMYK

 C value IS 0.90

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#124CAC (or 0x124CAC) is known color: Cobalt. HEX triplet: 12, 4C and AC. RGB value is (18,76,172). Sum of RGB (Red+Green+Blue) = 18+76+172=266 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.77% from 266); Green value is 76 (30.08% from 255 or 28.57% from 266); Blue value is 172 (67.58% from 255 or 64.66% from 266); Max value from RGB is 172 - color contains mainly: blue. Hex color #124CAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124CAC is #EDB353. Grayscale: #454545. Windows color (decimal): -15577940 or 11291666. OLE color: 11291666.

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

Color convert

RGB 18 76 172 -
CMYK 0.90 0.56 0 0.33
HSL 217.4º 0.81% 0.37% -
HSV(B) 217.4º 0.9% 0.67% -
XYZ 10.28 8.28 40.09 -
YUV 69.6 185.78 91.19 -
System Red Green Blue C M Y K H S L
Decimal 18 76 172 0.90 0.56 0 0.33 217.4 0.81 0.37
Hex 12 4C AC 5A 38 0 21 D9 51 25
Octal 22 114 254 132 70 0 41 331 121 45
Binary 10010 1001100 10101100 1011010 111000 0 100001 11011001 1010001 100101

Color Harmonies of #124CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124CAC

Black with #124CAC

Text Example


Text Example

White with #124CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,76,172); }

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

background-color css

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

 a { background-color: rgb(18,76,172); }

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

border-color css

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

 span { border-color: rgb(18,76,172); }

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