Html Css Color HEX #124AB7 Cobalt

📋 copy color: '#124AB7'

red 18 ◦ green 74 ◦ blue 183

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

Shades of Cobalt #124AB7

Tints of Cobalt #124AB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 66.55%

R = 6.55%
G = 26.91%
B = 66.55%

CMYK

 C value IS 0.90

 M value IS 0.60

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#124AB7 (or 0x124AB7) is known color: Cobalt. HEX triplet: 12, 4A and B7. RGB value is (18,74,183). Sum of RGB (Red+Green+Blue) = 18+74+183=275 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.55% from 275); Green value is 74 (29.30% from 255 or 26.91% from 275); Blue value is 183 (71.88% from 255 or 66.55% from 275); Max value from RGB is 183 - color contains mainly: blue. Hex color #124AB7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #124AB7 is #EDB548. Grayscale: #454545. Windows color (decimal): -15578441 or 12012050. OLE color: 12012050.

HSL color Cylindrical-coordinate representation of color #124AB7: hue angle of 219.64º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #124AB7 is Cyan = 0.90, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 18 74 183 -
CMYK 0.90 0.60 0 0.28
HSL 219.64º 0.82% 0.39% -
HSV(B) 219.64º 0.9% 0.72% -
XYZ 11.25 8.45 45.84 -
YUV 69.68 191.95 91.14 -
System Red Green Blue C M Y K H S L
Decimal 18 74 183 0.90 0.60 0 0.28 219.64 0.82 0.39
Hex 12 4A B7 5A 3C 0 1C DC 52 27
Octal 22 112 267 132 74 0 34 334 122 47
Binary 10010 1001010 10110111 1011010 111100 0 11100 11011100 1010010 100111

Color Harmonies of #124AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124AB7

Black with #124AB7

Text Example


Text Example

White with #124AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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