Html Css Color HEX #124CB1 Cobalt

📋 copy color: '#124CB1'

red 18 ◦ green 76 ◦ blue 177

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

Shades of Cobalt #124CB1

Tints of Cobalt #124CB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 65.31%

R = 6.64%
G = 28.04%
B = 65.31%

CMYK

 C value IS 0.90

 M value IS 0.57

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#124CB1 (or 0x124CB1) is known color: Cobalt. HEX triplet: 12, 4C and B1. RGB value is (18,76,177). Sum of RGB (Red+Green+Blue) = 18+76+177=271 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.64% from 271); Green value is 76 (30.08% from 255 or 28.04% from 271); Blue value is 177 (69.53% from 255 or 65.31% from 271); Max value from RGB is 177 - color contains mainly: blue. Hex color #124CB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124CB1 is #EDB34E. Grayscale: #454545. Windows color (decimal): -15577935 or 11619346. OLE color: 11619346.

HSL color Cylindrical-coordinate representation of color #124CB1: hue angle of 218.11º degrees, saturation: 0.82, 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 #124CB1 is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 18 76 177 -
CMYK 0.90 0.57 0 0.31
HSL 218.11º 0.82% 0.38% -
HSV(B) 218.11º 0.9% 0.69% -
XYZ 10.77 8.47 42.66 -
YUV 70.17 188.28 90.79 -
System Red Green Blue C M Y K H S L
Decimal 18 76 177 0.90 0.57 0 0.31 218.11 0.82 0.38
Hex 12 4C B1 5A 39 0 1F DA 52 26
Octal 22 114 261 132 71 0 37 332 122 46
Binary 10010 1001100 10110001 1011010 111001 0 11111 11011010 1010010 100110

Color Harmonies of #124CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124CB1

Black with #124CB1

Text Example


Text Example

White with #124CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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