Html Css Color HEX #124A9B Cobalt

📋 copy color: '#124A9B'

red 18 ◦ green 74 ◦ blue 155

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

Shades of Cobalt #124A9B

Tints of Cobalt #124A9B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 29.96%

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

R = 7.29%
G = 29.96%
B = 62.75%

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

#124A9B (or 0x124A9B) is known color: Cobalt. HEX triplet: 12, 4A and 9B. RGB value is (18,74,155). Sum of RGB (Red+Green+Blue) = 18+74+155=247 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.29% from 247); Green value is 74 (29.30% from 255 or 29.96% from 247); Blue value is 155 (60.94% from 255 or 62.75% from 247); Max value from RGB is 155 - color contains mainly: blue. Hex color #124A9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124A9B is #EDB564. Grayscale: #424242. Windows color (decimal): -15578469 or 10177042. OLE color: 10177042.

HSL color Cylindrical-coordinate representation of color #124A9B: hue angle of 215.47º 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 #124A9B is Cyan = 0.88, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 18 74 155 -
CMYK 0.88 0.52 0 0.39
HSL 215.47º 0.79% 0.34% -
HSV(B) 215.47º 0.88% 0.61% -
XYZ 8.61 7.39 31.98 -
YUV 66.49 177.95 93.41 -
System Red Green Blue C M Y K H S L
Decimal 18 74 155 0.88 0.52 0 0.39 215.47 0.79 0.34
Hex 12 4A 9B 58 34 0 27 D7 4F 22
Octal 22 112 233 130 64 0 47 327 117 42
Binary 10010 1001010 10011011 1011000 110100 0 100111 11010111 1001111 100010

Color Harmonies of #124A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124A9B

Black with #124A9B

Text Example


Text Example

White with #124A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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