#124798

Color #124798 Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #124798

Tints of Cobalt #124798

Color information

#124798 (or 0x124798) is unknown color: approx Cobalt. HEX triplet: 12, 47 and 98. RGB value is (18,71,152). Sum of RGB (Red+Green+Blue) = 18+71+152=241 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.47% from 241); Green value is 71 (28.12% from 255 or 29.46% from 241); Blue value is 152 (59.77% from 255 or 63.07% from 241); Max value from RGB is 152 - color contains mainly: blue. Hex color #124798 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124798 is #EDB867. Grayscale: #404040. Windows color (decimal): -15579240 or 9979666. OLE color: 9979666.

HSL color Cylindrical-coordinate representation of color #124798: hue angle of 216.27º 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 #124798 is Cyan = 0.88, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1871152-
CMYK0.880.5300.40
HSL216.27º78.82%33.33%-
HSV(B)216.27º88.16%59.61%-
XYZ8.176.930.61-
YUV64.39177.4494.91-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.47%
GREEN value IS 71 (28.12% from 255) = 29.46%
BLUE value IS 152 (59.77% from 255) = 63.07%
R=7.47%
G=29.46%
B=63.07%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal18711520.880.5300.40216.2778.8233.33
Hex1247985835028d84f21
Octal221072301306505033011741
Binary1001010001111001100010110001101010101000110110001001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124798; }

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

 H1.HeaderClassName
 {
   color: #124798;
 }
 .AnyTagClassName
 {
   color: #124798;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #124798;
 }
 .BgClassName
 {
   background-color: #124798;
 }
</style>
border-color css

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

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

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