Html Css Color HEX #124EAC Cobalt

📋 copy color: '#124EAC'

red 18 ◦ green 78 ◦ blue 172

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

Shades of Cobalt #124EAC

Tints of Cobalt #124EAC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 29.1%

 BLUE value IS 172 (67.58% from 255) = 64.18%

R = 6.72%
G = 29.1%
B = 64.18%

CMYK

 C value IS 0.90

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#124EAC (or 0x124EAC) is known color: Cobalt. HEX triplet: 12, 4E and AC. RGB value is (18,78,172). Sum of RGB (Red+Green+Blue) = 18+78+172=268 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.72% from 268); Green value is 78 (30.86% from 255 or 29.10% from 268); Blue value is 172 (67.58% from 255 or 64.18% from 268); Max value from RGB is 172 - color contains mainly: blue. Hex color #124EAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #124EAC is #EDB153. Grayscale: #464646. Windows color (decimal): -15577428 or 11292178. OLE color: 11292178.

HSL color Cylindrical-coordinate representation of color #124EAC: hue angle of 216.62º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #124EAC is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 78 172 -
CMYK 0.90 0.55 0 0.33
HSL 216.62º 0.81% 0.37% -
HSV(B) 216.62º 0.9% 0.67% -
XYZ 10.42 8.56 40.13 -
YUV 70.78 185.12 90.36 -
System Red Green Blue C M Y K H S L
Decimal 18 78 172 0.90 0.55 0 0.33 216.62 0.81 0.37
Hex 12 4E AC 5A 37 0 21 D9 51 25
Octal 22 116 254 132 67 0 41 331 121 45
Binary 10010 1001110 10101100 1011010 110111 0 100001 11011001 1010001 100101

Color Harmonies of #124EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124EAC

Black with #124EAC

Text Example


Text Example

White with #124EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,78,172); }

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

background-color css

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

 a { background-color: rgb(18,78,172); }

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

border-color css

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

 span { border-color: rgb(18,78,172); }

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