Html Css Color HEX #124BB7 Cobalt

📋 copy color: '#124BB7'

red 18 ◦ green 75 ◦ blue 183

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

Shades of Cobalt #124BB7

Tints of Cobalt #124BB7

RGB

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

 GREEN value IS 75 (29.69% from 255) = 27.17%

 BLUE value IS 183 (71.88% from 255) = 66.3%

R = 6.52%
G = 27.17%
B = 66.3%

CMYK

 C value IS 0.90

 M value IS 0.59

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#124BB7 (or 0x124BB7) is known color: Cobalt. HEX triplet: 12, 4B and B7. RGB value is (18,75,183). Sum of RGB (Red+Green+Blue) = 18+75+183=276 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.52% from 276); Green value is 75 (29.69% from 255 or 27.17% from 276); Blue value is 183 (71.88% from 255 or 66.30% from 276); Max value from RGB is 183 - color contains mainly: blue. Hex color #124BB7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #124BB7 is #EDB448. Grayscale: #454545. Windows color (decimal): -15578185 or 12012306. OLE color: 12012306.

HSL color Cylindrical-coordinate representation of color #124BB7: hue angle of 219.27º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #124BB7 is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 18 75 183 -
CMYK 0.90 0.59 0 0.28
HSL 219.27º 0.82% 0.39% -
HSV(B) 219.27º 0.9% 0.72% -
XYZ 11.31 8.58 45.86 -
YUV 70.27 191.62 90.72 -
System Red Green Blue C M Y K H S L
Decimal 18 75 183 0.90 0.59 0 0.28 219.27 0.82 0.39
Hex 12 4B B7 5A 3B 0 1C DB 52 27
Octal 22 113 267 132 73 0 34 333 122 47
Binary 10010 1001011 10110111 1011010 111011 0 11100 11011011 1010010 100111

Color Harmonies of #124BB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124BB7

Black with #124BB7

Text Example


Text Example

White with #124BB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,75,183); }

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

background-color css

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

 a { background-color: rgb(18,75,183); }

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

border-color css

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

 span { border-color: rgb(18,75,183); }

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