Html Css Color HEX #124DA2 Cobalt

📋 copy color: '#124DA2'

red 18 ◦ green 77 ◦ blue 162

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

Shades of Cobalt #124DA2

Tints of Cobalt #124DA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 63.04%

R = 7%
G = 29.96%
B = 63.04%

CMYK

 C value IS 0.89

 M value IS 0.52

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#124DA2 (or 0x124DA2) is known color: Cobalt. HEX triplet: 12, 4D and A2. RGB value is (18,77,162). Sum of RGB (Red+Green+Blue) = 18+77+162=257 (34% of max value = 765). Red value is 18 (7.42% from 255 or 7.00% from 257); Green value is 77 (30.47% from 255 or 29.96% from 257); Blue value is 162 (63.67% from 255 or 63.04% from 257); Max value from RGB is 162 - color contains mainly: blue. Hex color #124DA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #124DA2 is #EDB25D. Grayscale: #444444. Windows color (decimal): -15577694 or 10636562. OLE color: 10636562.

HSL color Cylindrical-coordinate representation of color #124DA2: hue angle of 215.42º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #124DA2 is Cyan = 0.89, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 18 77 162 -
CMYK 0.89 0.52 0 0.36
HSL 215.42º 0.8% 0.35% -
HSV(B) 215.42º 0.89% 0.64% -
XYZ 9.42 8.04 35.24 -
YUV 69.05 180.45 91.59 -
System Red Green Blue C M Y K H S L
Decimal 18 77 162 0.89 0.52 0 0.36 215.42 0.8 0.35
Hex 12 4D A2 59 34 0 24 D7 50 23
Octal 22 115 242 131 64 0 44 327 120 43
Binary 10010 1001101 10100010 1011001 110100 0 100100 11010111 1010000 100011

Color Harmonies of #124DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124DA2

Black with #124DA2

Text Example


Text Example

White with #124DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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