Html Css Color HEX #124FA1 Cobalt

📋 copy color: '#124FA1'

red 18 ◦ green 79 ◦ blue 161

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

Shades of Cobalt #124FA1

Tints of Cobalt #124FA1

RGB

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

 GREEN value IS 79 (31.25% from 255) = 30.62%

 BLUE value IS 161 (63.28% from 255) = 62.4%

R = 6.98%
G = 30.62%
B = 62.4%

CMYK

 C value IS 0.89

 M value IS 0.51

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#124FA1 (or 0x124FA1) is known color: Cobalt. HEX triplet: 12, 4F and A1. RGB value is (18,79,161). Sum of RGB (Red+Green+Blue) = 18+79+161=258 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.98% from 258); Green value is 79 (31.25% from 255 or 30.62% from 258); Blue value is 161 (63.28% from 255 or 62.40% from 258); Max value from RGB is 161 - color contains mainly: blue. Hex color #124FA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #124FA1 is #EDB05E. Grayscale: #454545. Windows color (decimal): -15577183 or 10571538. OLE color: 10571538.

HSL color Cylindrical-coordinate representation of color #124FA1: hue angle of 214.41º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #124FA1 is Cyan = 0.89, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 18 79 161 -
CMYK 0.89 0.51 0 0.37
HSL 214.41º 0.8% 0.35% -
HSV(B) 214.41º 0.89% 0.63% -
XYZ 9.48 8.29 34.82 -
YUV 70.11 179.29 90.83 -
System Red Green Blue C M Y K H S L
Decimal 18 79 161 0.89 0.51 0 0.37 214.41 0.8 0.35
Hex 12 4F A1 59 33 0 25 D6 50 23
Octal 22 117 241 131 63 0 45 326 120 43
Binary 10010 1001111 10100001 1011001 110011 0 100101 11010110 1010000 100011

Color Harmonies of #124FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124FA1

Black with #124FA1

Text Example


Text Example

White with #124FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,79,161); }

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

background-color css

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

 a { background-color: rgb(18,79,161); }

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

border-color css

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

 span { border-color: rgb(18,79,161); }

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