#0A4698

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

Shades of Cobalt #0A4698

Tints of Cobalt #0A4698

Color information

#0A4698 (or 0x0A4698) is unknown color: approx Cobalt. HEX triplet: 0A, 46 and 98. RGB value is (10,70,152). Sum of RGB (Red+Green+Blue) = 10+70+152=232 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.31% from 232); Green value is 70 (27.73% from 255 or 30.17% from 232); Blue value is 152 (59.77% from 255 or 65.52% from 232); Max value from RGB is 152 - color contains mainly: blue. Hex color #0A4698 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A4698 is #F5B967. Grayscale: #3D3D3D. Windows color (decimal): -16103784 or 9979402. OLE color: 9979402.

HSL color Cylindrical-coordinate representation of color #0A4698: hue angle of 214.65º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A4698 is Cyan = 0.93, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1070152-
CMYK0.930.5400.40
HSL214.65º87.65%31.76%-
HSV(B)214.65º93.42%59.61%-
XYZ7.986.7130.58-
YUV61.41179.1291.33-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.31%
GREEN value IS 70 (27.73% from 255) = 30.17%
BLUE value IS 152 (59.77% from 255) = 65.52%
R=4.31%
G=30.17%
B=65.52%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal10701520.930.5400.40214.6587.6531.76
HexA46985D36028d75820
Octal121062301356605032713040
Binary101010001101001100010111011101100101000110101111011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A4698; }

 p { color: rgb(10,70,152); }

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

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

 a { background-color: rgb(10,70,152); }

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

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

 span { border-color: rgb(10,70,152); }

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