Html Css Color HEX #124BB3 Cobalt

📋 copy color: '#124BB3'

red 18 ◦ green 75 ◦ blue 179

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

Shades of Cobalt #124BB3

Tints of Cobalt #124BB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 65.81%

R = 6.62%
G = 27.57%
B = 65.81%

CMYK

 C value IS 0.90

 M value IS 0.58

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#124BB3 (or 0x124BB3) is known color: Cobalt. HEX triplet: 12, 4B and B3. RGB value is (18,75,179). Sum of RGB (Red+Green+Blue) = 18+75+179=272 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.62% from 272); Green value is 75 (29.69% from 255 or 27.57% from 272); Blue value is 179 (70.31% from 255 or 65.81% from 272); Max value from RGB is 179 - color contains mainly: blue. Hex color #124BB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #124BB3 is #EDB44C. Grayscale: #454545. Windows color (decimal): -15578189 or 11750162. OLE color: 11750162.

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

Color convert

RGB 18 75 179 -
CMYK 0.90 0.58 0 0.30
HSL 218.76º 0.82% 0.39% -
HSV(B) 218.76º 0.9% 0.7% -
XYZ 10.9 8.42 43.7 -
YUV 69.81 189.62 91.04 -
System Red Green Blue C M Y K H S L
Decimal 18 75 179 0.90 0.58 0 0.30 218.76 0.82 0.39
Hex 12 4B B3 5A 3A 0 1E DB 52 27
Octal 22 113 263 132 72 0 36 333 122 47
Binary 10010 1001011 10110011 1011010 111010 0 11110 11011011 1010010 100111

Color Harmonies of #124BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124BB3

Black with #124BB3

Text Example


Text Example

White with #124BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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