#005698

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

Shades of Cobalt #005698

Tints of Cobalt #005698

Color information

#005698 (or 0x005698) is unknown color: approx Cobalt. HEX triplet: 00, 56 and 98. RGB value is (0,86,152). Sum of RGB (Red+Green+Blue) = 0+86+152=238 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 238); Green value is 86 (33.98% from 255 or 36.13% from 238); Blue value is 152 (59.77% from 255 or 63.87% from 238); Max value from RGB is 152 - color contains mainly: blue. Hex color #005698 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005698 is #FFA967. Grayscale: #434343. Windows color (decimal): -16755048 or 9983488. OLE color: 9983488.

HSL color Cylindrical-coordinate representation of color #005698: hue angle of 206.05º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005698 is Cyan = 1, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB086152-
CMYK10.4300.40
HSL206.05º100%29.8%-
HSV(B)206.05º100%59.61%-
XYZ98.9230.95-
YUV67.81175.5179.63-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 86 (33.98% from 255) = 36.13%
BLUE value IS 152 (59.77% from 255) = 63.87%
R=0%
G=36.13%
B=63.87%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal08615210.4300.40206.0510029.8
Hex05698642B028ce641e
Octal01262301445305031614436
Binary01010110100110001100100101011010100011001110110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005698; }

 p { color: rgb(0,86,152); }

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

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

 a { background-color: rgb(0,86,152); }

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

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

 span { border-color: rgb(0,86,152); }

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