Html Css Color HEX #124C98 Cobalt

📋 copy color: '#124C98'

red 18 ◦ green 76 ◦ blue 152

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

Shades of Cobalt #124C98

Tints of Cobalt #124C98

RGB

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

 GREEN value IS 76 (30.08% from 255) = 30.89%

 BLUE value IS 152 (59.77% from 255) = 61.79%

R = 7.32%
G = 30.89%
B = 61.79%

CMYK

 C value IS 0.88

 M value IS 0.50

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#124C98 (or 0x124C98) is known color: Cobalt. HEX triplet: 12, 4C and 98. RGB value is (18,76,152). Sum of RGB (Red+Green+Blue) = 18+76+152=246 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.32% from 246); Green value is 76 (30.08% from 255 or 30.89% from 246); Blue value is 152 (59.77% from 255 or 61.79% from 246); Max value from RGB is 152 - color contains mainly: blue. Hex color #124C98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124C98 is #EDB367. Grayscale: #424242. Windows color (decimal): -15577960 or 9980946. OLE color: 9980946.

HSL color Cylindrical-coordinate representation of color #124C98: hue angle of 214.03º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #124C98 is Cyan = 0.88, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 18 76 152 -
CMYK 0.88 0.50 0 0.40
HSL 214.03º 0.79% 0.33% -
HSV(B) 214.03º 0.88% 0.6% -
XYZ 8.5 7.56 30.72 -
YUV 67.32 175.78 92.82 -
System Red Green Blue C M Y K H S L
Decimal 18 76 152 0.88 0.50 0 0.40 214.03 0.79 0.33
Hex 12 4C 98 58 32 0 28 D6 4F 21
Octal 22 114 230 130 62 0 50 326 117 41
Binary 10010 1001100 10011000 1011000 110010 0 101000 11010110 1001111 100001

Color Harmonies of #124C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124C98

Black with #124C98

Text Example


Text Example

White with #124C98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,76,152); }

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

background-color css

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

 a { background-color: rgb(18,76,152); }

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

border-color css

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

 span { border-color: rgb(18,76,152); }

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