Html Css Color HEX #124AAE Cobalt

📋 copy color: '#124AAE'

red 18 ◦ green 74 ◦ blue 174

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

Shades of Cobalt #124AAE

Tints of Cobalt #124AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 65.41%

R = 6.77%
G = 27.82%
B = 65.41%

CMYK

 C value IS 0.90

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#124AAE (or 0x124AAE) is known color: Cobalt. HEX triplet: 12, 4A and AE. RGB value is (18,74,174). Sum of RGB (Red+Green+Blue) = 18+74+174=266 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.77% from 266); Green value is 74 (29.30% from 255 or 27.82% from 266); Blue value is 174 (68.36% from 255 or 65.41% from 266); Max value from RGB is 174 - color contains mainly: blue. Hex color #124AAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124AAE is #EDB551. Grayscale: #444444. Windows color (decimal): -15578450 or 11422226. OLE color: 11422226.

HSL color Cylindrical-coordinate representation of color #124AAE: hue angle of 218.46º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #124AAE is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 18 74 174 -
CMYK 0.90 0.57 0 0.32
HSL 218.46º 0.81% 0.38% -
HSV(B) 218.46º 0.9% 0.68% -
XYZ 10.34 8.08 41.06 -
YUV 68.66 187.45 91.87 -
System Red Green Blue C M Y K H S L
Decimal 18 74 174 0.90 0.57 0 0.32 218.46 0.81 0.38
Hex 12 4A AE 5A 39 0 20 DA 51 26
Octal 22 112 256 132 71 0 40 332 121 46
Binary 10010 1001010 10101110 1011010 111001 0 100000 11011010 1010001 100110

Color Harmonies of #124AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124AAE

Black with #124AAE

Text Example


Text Example

White with #124AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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