Html Css Color HEX #124AB1 Cobalt

📋 copy color: '#124AB1'

red 18 ◦ green 74 ◦ blue 177

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

Shades of Cobalt #124AB1

Tints of Cobalt #124AB1

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.51%

 BLUE value IS 177 (69.53% from 255) = 65.8%

R = 6.69%
G = 27.51%
B = 65.8%

CMYK

 C value IS 0.90

 M value IS 0.58

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#124AB1 (or 0x124AB1) is known color: Cobalt. HEX triplet: 12, 4A and B1. RGB value is (18,74,177). Sum of RGB (Red+Green+Blue) = 18+74+177=269 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.69% from 269); Green value is 74 (29.30% from 255 or 27.51% from 269); Blue value is 177 (69.53% from 255 or 65.80% from 269); Max value from RGB is 177 - color contains mainly: blue. Hex color #124AB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124AB1 is #EDB54E. Grayscale: #444444. Windows color (decimal): -15578447 or 11618834. OLE color: 11618834.

HSL color Cylindrical-coordinate representation of color #124AB1: hue angle of 218.87º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #124AB1 is Cyan = 0.90, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 18 74 177 -
CMYK 0.90 0.58 0 0.31
HSL 218.87º 0.82% 0.38% -
HSV(B) 218.87º 0.9% 0.69% -
XYZ 10.63 8.2 42.62 -
YUV 69 188.95 91.62 -
System Red Green Blue C M Y K H S L
Decimal 18 74 177 0.90 0.58 0 0.31 218.87 0.82 0.38
Hex 12 4A B1 5A 3A 0 1F DB 52 26
Octal 22 112 261 132 72 0 37 333 122 46
Binary 10010 1001010 10110001 1011010 111010 0 11111 11011011 1010010 100110

Color Harmonies of #124AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124AB1

Black with #124AB1

Text Example


Text Example

White with #124AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,74,177); }

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

background-color css

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

 a { background-color: rgb(18,74,177); }

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

border-color css

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

 span { border-color: rgb(18,74,177); }

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