Html Css Color HEX #124BB8 Cobalt

📋 copy color: '#124BB8'

red 18 ◦ green 75 ◦ blue 184

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

Shades of Cobalt #124BB8

Tints of Cobalt #124BB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 66.43%

R = 6.5%
G = 27.08%
B = 66.43%

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

#124BB8 (or 0x124BB8) is known color: Cobalt. HEX triplet: 12, 4B and B8. RGB value is (18,75,184). Sum of RGB (Red+Green+Blue) = 18+75+184=277 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.50% from 277); Green value is 75 (29.69% from 255 or 27.08% from 277); Blue value is 184 (72.27% from 255 or 66.43% from 277); Max value from RGB is 184 - color contains mainly: blue. Hex color #124BB8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #124BB8 is #EDB447. Grayscale: #454545. Windows color (decimal): -15578184 or 12077842. OLE color: 12077842.

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

Color convert

RGB 18 75 184 -
CMYK 0.90 0.59 0 0.28
HSL 219.4º 0.82% 0.4% -
HSV(B) 219.4º 0.9% 0.72% -
XYZ 11.42 8.62 46.41 -
YUV 70.38 192.12 90.64 -
System Red Green Blue C M Y K H S L
Decimal 18 75 184 0.90 0.59 0 0.28 219.4 0.82 0.4
Hex 12 4B B8 5A 3B 0 1C DB 52 28
Octal 22 113 270 132 73 0 34 333 122 50
Binary 10010 1001011 10111000 1011010 111011 0 11100 11011011 1010010 101000

Color Harmonies of #124BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124BB8

Black with #124BB8

Text Example


Text Example

White with #124BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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