Html Css Color HEX #124DA7 Cobalt

📋 copy color: '#124DA7'

red 18 ◦ green 77 ◦ blue 167

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

Shades of Cobalt #124DA7

Tints of Cobalt #124DA7

RGB

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

 GREEN value IS 77 (30.47% from 255) = 29.39%

 BLUE value IS 167 (65.63% from 255) = 63.74%

R = 6.87%
G = 29.39%
B = 63.74%

CMYK

 C value IS 0.89

 M value IS 0.54

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#124DA7 (or 0x124DA7) is known color: Cobalt. HEX triplet: 12, 4D and A7. RGB value is (18,77,167). Sum of RGB (Red+Green+Blue) = 18+77+167=262 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.87% from 262); Green value is 77 (30.47% from 255 or 29.39% from 262); Blue value is 167 (65.62% from 255 or 63.74% from 262); Max value from RGB is 167 - color contains mainly: blue. Hex color #124DA7 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #124DA7 is #EDB258. Grayscale: #454545. Windows color (decimal): -15577689 or 10964242. OLE color: 10964242.

HSL color Cylindrical-coordinate representation of color #124DA7: hue angle of 216.24º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #124DA7 is Cyan = 0.89, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 18 77 167 -
CMYK 0.89 0.54 0 0.35
HSL 216.24º 0.81% 0.36% -
HSV(B) 216.24º 0.89% 0.65% -
XYZ 9.88 8.23 37.63 -
YUV 69.62 182.95 91.18 -
System Red Green Blue C M Y K H S L
Decimal 18 77 167 0.89 0.54 0 0.35 216.24 0.81 0.36
Hex 12 4D A7 59 36 0 23 D8 51 24
Octal 22 115 247 131 66 0 43 330 121 44
Binary 10010 1001101 10100111 1011001 110110 0 100011 11011000 1010001 100100

Color Harmonies of #124DA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124DA7

Black with #124DA7

Text Example


Text Example

White with #124DA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,77,167); }

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

background-color css

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

 a { background-color: rgb(18,77,167); }

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

border-color css

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

 span { border-color: rgb(18,77,167); }

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