Html Css Color HEX #124D9B Cobalt

📋 copy color: '#124D9B'

red 18 ◦ green 77 ◦ blue 155

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

Shades of Cobalt #124D9B

Tints of Cobalt #124D9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 62%

R = 7.2%
G = 30.8%
B = 62%

CMYK

 C value IS 0.88

 M value IS 0.50

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#124D9B (or 0x124D9B) is known color: Cobalt. HEX triplet: 12, 4D and 9B. RGB value is (18,77,155). Sum of RGB (Red+Green+Blue) = 18+77+155=250 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.2% from 250); Green value is 77 (30.47% from 255 or 30.8% from 250); Blue value is 155 (60.94% from 255 or 62% from 250); Max value from RGB is 155 - color contains mainly: blue. Hex color #124D9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #124D9B is #EDB264. Grayscale: #434343. Windows color (decimal): -15577701 or 10177810. OLE color: 10177810.

HSL color Cylindrical-coordinate representation of color #124D9B: hue angle of 214.16º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #124D9B is Cyan = 0.88, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 18 77 155 -
CMYK 0.88 0.50 0 0.39
HSL 214.16º 0.79% 0.34% -
HSV(B) 214.16º 0.88% 0.61% -
XYZ 8.82 7.8 32.05 -
YUV 68.25 176.95 92.16 -
System Red Green Blue C M Y K H S L
Decimal 18 77 155 0.88 0.50 0 0.39 214.16 0.79 0.34
Hex 12 4D 9B 58 32 0 27 D6 4F 22
Octal 22 115 233 130 62 0 47 326 117 42
Binary 10010 1001101 10011011 1011000 110010 0 100111 11010110 1001111 100010

Color Harmonies of #124D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124D9B

Black with #124D9B

Text Example


Text Example

White with #124D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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