Html Css Color HEX #124DB0 Cobalt

📋 copy color: '#124DB0'

red 18 ◦ green 77 ◦ blue 176

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

Shades of Cobalt #124DB0

Tints of Cobalt #124DB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 64.94%

R = 6.64%
G = 28.41%
B = 64.94%

CMYK

 C value IS 0.90

 M value IS 0.56

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#124DB0 (or 0x124DB0) is known color: Cobalt. HEX triplet: 12, 4D and B0. RGB value is (18,77,176). Sum of RGB (Red+Green+Blue) = 18+77+176=271 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.64% from 271); Green value is 77 (30.47% from 255 or 28.41% from 271); Blue value is 176 (69.14% from 255 or 64.94% from 271); Max value from RGB is 176 - color contains mainly: blue. Hex color #124DB0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #124DB0 is #EDB24F. Grayscale: #464646. Windows color (decimal): -15577680 or 11554066. OLE color: 11554066.

HSL color Cylindrical-coordinate representation of color #124DB0: hue angle of 217.59º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #124DB0 is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 18 77 176 -
CMYK 0.90 0.56 0 0.31
HSL 217.59º 0.81% 0.38% -
HSV(B) 217.59º 0.9% 0.69% -
XYZ 10.74 8.57 42.16 -
YUV 70.65 187.45 90.45 -
System Red Green Blue C M Y K H S L
Decimal 18 77 176 0.90 0.56 0 0.31 217.59 0.81 0.38
Hex 12 4D B0 5A 38 0 1F DA 51 26
Octal 22 115 260 132 70 0 37 332 121 46
Binary 10010 1001101 10110000 1011010 111000 0 11111 11011010 1010001 100110

Color Harmonies of #124DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124DB0

Black with #124DB0

Text Example


Text Example

White with #124DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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