Html Css Color HEX #124CA6 Cobalt

📋 copy color: '#124CA6'

red 18 ◦ green 76 ◦ blue 166

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

Shades of Cobalt #124CA6

Tints of Cobalt #124CA6

RGB

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

 GREEN value IS 76 (30.08% from 255) = 29.23%

 BLUE value IS 166 (65.23% from 255) = 63.85%

R = 6.92%
G = 29.23%
B = 63.85%

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

#124CA6 (or 0x124CA6) is known color: Cobalt. HEX triplet: 12, 4C and A6. RGB value is (18,76,166). Sum of RGB (Red+Green+Blue) = 18+76+166=260 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.92% from 260); Green value is 76 (30.08% from 255 or 29.23% from 260); Blue value is 166 (65.23% from 255 or 63.85% from 260); Max value from RGB is 166 - color contains mainly: blue. Hex color #124CA6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124CA6 is #EDB359. Grayscale: #444444. Windows color (decimal): -15577946 or 10898450. OLE color: 10898450.

HSL color Cylindrical-coordinate representation of color #124CA6: hue angle of 216.49º degrees, saturation: 0.8, 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 #124CA6 is Cyan = 0.89, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 18 76 166 -
CMYK 0.89 0.54 0 0.35
HSL 216.49º 0.8% 0.36% -
HSV(B) 216.49º 0.89% 0.65% -
XYZ 9.72 8.05 37.12 -
YUV 68.92 182.78 91.68 -
System Red Green Blue C M Y K H S L
Decimal 18 76 166 0.89 0.54 0 0.35 216.49 0.8 0.36
Hex 12 4C A6 59 36 0 23 D8 50 24
Octal 22 114 246 131 66 0 43 330 120 44
Binary 10010 1001100 10100110 1011001 110110 0 100011 11011000 1010000 100100

Color Harmonies of #124CA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124CA6

Black with #124CA6

Text Example


Text Example

White with #124CA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,76,166); }

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

background-color css

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

 a { background-color: rgb(18,76,166); }

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

border-color css

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

 span { border-color: rgb(18,76,166); }

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