Html Css Color HEX #124D9A Cobalt

📋 copy color: '#124D9A'

red 18 ◦ green 77 ◦ blue 154

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

Shades of Cobalt #124D9A

Tints of Cobalt #124D9A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 30.92%

 BLUE value IS 154 (60.55% from 255) = 61.85%

R = 7.23%
G = 30.92%
B = 61.85%

CMYK

 C value IS 0.88

 M value IS 0.50

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#124D9A (or 0x124D9A) is known color: Cobalt. HEX triplet: 12, 4D and 9A. RGB value is (18,77,154). Sum of RGB (Red+Green+Blue) = 18+77+154=249 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.23% from 249); Green value is 77 (30.47% from 255 or 30.92% from 249); Blue value is 154 (60.55% from 255 or 61.85% from 249); Max value from RGB is 154 - color contains mainly: blue. Hex color #124D9A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #124D9A is #EDB265. Grayscale: #434343. Windows color (decimal): -15577702 or 10112274. OLE color: 10112274.

HSL color Cylindrical-coordinate representation of color #124D9A: hue angle of 213.97º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #124D9A is Cyan = 0.88, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 18 77 154 -
CMYK 0.88 0.50 0 0.40
HSL 213.97º 0.79% 0.34% -
HSV(B) 213.97º 0.88% 0.6% -
XYZ 8.74 7.77 31.61 -
YUV 68.14 176.45 92.24 -
System Red Green Blue C M Y K H S L
Decimal 18 77 154 0.88 0.50 0 0.40 213.97 0.79 0.34
Hex 12 4D 9A 58 32 0 28 D6 4F 22
Octal 22 115 232 130 62 0 50 326 117 42
Binary 10010 1001101 10011010 1011000 110010 0 101000 11010110 1001111 100010

Color Harmonies of #124D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124D9A

Black with #124D9A

Text Example


Text Example

White with #124D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,77,154); }

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

background-color css

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

 a { background-color: rgb(18,77,154); }

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

border-color css

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

 span { border-color: rgb(18,77,154); }

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