Html Css Color HEX #124B9B Cobalt

📋 copy color: '#124B9B'

red 18 ◦ green 75 ◦ blue 155

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

Shades of Cobalt #124B9B

Tints of Cobalt #124B9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 62.5%

R = 7.26%
G = 30.24%
B = 62.5%

CMYK

 C value IS 0.88

 M value IS 0.52

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#124B9B (or 0x124B9B) is known color: Cobalt. HEX triplet: 12, 4B and 9B. RGB value is (18,75,155). Sum of RGB (Red+Green+Blue) = 18+75+155=248 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.26% from 248); Green value is 75 (29.69% from 255 or 30.24% from 248); Blue value is 155 (60.94% from 255 or 62.5% from 248); Max value from RGB is 155 - color contains mainly: blue. Hex color #124B9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124B9B is #EDB464. Grayscale: #424242. Windows color (decimal): -15578213 or 10177298. OLE color: 10177298.

HSL color Cylindrical-coordinate representation of color #124B9B: hue angle of 215.04º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #124B9B is Cyan = 0.88, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 18 75 155 -
CMYK 0.88 0.52 0 0.39
HSL 215.04º 0.79% 0.34% -
HSV(B) 215.04º 0.88% 0.61% -
XYZ 8.68 7.53 32.01 -
YUV 67.08 177.62 93 -
System Red Green Blue C M Y K H S L
Decimal 18 75 155 0.88 0.52 0 0.39 215.04 0.79 0.34
Hex 12 4B 9B 58 34 0 27 D7 4F 22
Octal 22 113 233 130 64 0 47 327 117 42
Binary 10010 1001011 10011011 1011000 110100 0 100111 11010111 1001111 100010

Color Harmonies of #124B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124B9B

Black with #124B9B

Text Example


Text Example

White with #124B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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