Html Css Color HEX #124EAD Cobalt

📋 copy color: '#124EAD'

red 18 ◦ green 78 ◦ blue 173

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

Shades of Cobalt #124EAD

Tints of Cobalt #124EAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 64.31%

R = 6.69%
G = 29%
B = 64.31%

CMYK

 C value IS 0.90

 M value IS 0.55

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#124EAD (or 0x124EAD) is known color: Cobalt. HEX triplet: 12, 4E and AD. RGB value is (18,78,173). Sum of RGB (Red+Green+Blue) = 18+78+173=269 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.69% from 269); Green value is 78 (30.86% from 255 or 29.00% from 269); Blue value is 173 (67.97% from 255 or 64.31% from 269); Max value from RGB is 173 - color contains mainly: blue. Hex color #124EAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #124EAD is #EDB152. Grayscale: #464646. Windows color (decimal): -15577427 or 11357714. OLE color: 11357714.

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

Color convert

RGB 18 78 173 -
CMYK 0.90 0.55 0 0.32
HSL 216.77º 0.81% 0.37% -
HSV(B) 216.77º 0.9% 0.68% -
XYZ 10.52 8.59 40.64 -
YUV 70.89 185.62 90.28 -
System Red Green Blue C M Y K H S L
Decimal 18 78 173 0.90 0.55 0 0.32 216.77 0.81 0.37
Hex 12 4E AD 5A 37 0 20 D9 51 25
Octal 22 116 255 132 67 0 40 331 121 45
Binary 10010 1001110 10101101 1011010 110111 0 100000 11011001 1010001 100101

Color Harmonies of #124EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124EAD

Black with #124EAD

Text Example


Text Example

White with #124EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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