Html Css Color HEX #124EB3 Cobalt

📋 copy color: '#124EB3'

red 18 ◦ green 78 ◦ blue 179

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

Shades of Cobalt #124EB3

Tints of Cobalt #124EB3

RGB

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

 GREEN value IS 78 (30.86% from 255) = 28.36%

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

R = 6.55%
G = 28.36%
B = 65.09%

CMYK

 C value IS 0.90

 M value IS 0.56

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#124EB3 (or 0x124EB3) is known color: Cobalt. HEX triplet: 12, 4E and B3. RGB value is (18,78,179). Sum of RGB (Red+Green+Blue) = 18+78+179=275 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.55% from 275); Green value is 78 (30.86% from 255 or 28.36% from 275); Blue value is 179 (70.31% from 255 or 65.09% from 275); Max value from RGB is 179 - color contains mainly: blue. Hex color #124EB3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #124EB3 is #EDB14C. Grayscale: #474747. Windows color (decimal): -15577421 or 11750930. OLE color: 11750930.

HSL color Cylindrical-coordinate representation of color #124EB3: hue angle of 217.64º 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 #124EB3 is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 18 78 179 -
CMYK 0.90 0.56 0 0.30
HSL 217.64º 0.82% 0.39% -
HSV(B) 217.64º 0.9% 0.7% -
XYZ 11.11 8.83 43.77 -
YUV 71.57 188.62 89.79 -
System Red Green Blue C M Y K H S L
Decimal 18 78 179 0.90 0.56 0 0.30 217.64 0.82 0.39
Hex 12 4E B3 5A 38 0 1E DA 52 27
Octal 22 116 263 132 70 0 36 332 122 47
Binary 10010 1001110 10110011 1011010 111000 0 11110 11011010 1010010 100111

Color Harmonies of #124EB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124EB3

Black with #124EB3

Text Example


Text Example

White with #124EB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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