#095898

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

Shades of Cobalt #095898

Tints of Cobalt #095898

Color information

#095898 (or 0x095898) is unknown color: approx Cobalt. HEX triplet: 09, 58 and 98. RGB value is (9,88,152). Sum of RGB (Red+Green+Blue) = 9+88+152=249 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.61% from 249); Green value is 88 (34.77% from 255 or 35.34% from 249); Blue value is 152 (59.77% from 255 or 61.04% from 249); Max value from RGB is 152 - color contains mainly: blue. Hex color #095898 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095898 is #F6A767. Grayscale: #474747. Windows color (decimal): -16164712 or 9984009. OLE color: 9984009.

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

Color convert

RGB988152-
CMYK0.940.4200.40
HSL206.85º88.82%31.57%-
HSV(B)206.85º94.08%59.61%-
XYZ9.279.331.01-
YUV71.68173.3383.3-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.61%
GREEN value IS 88 (34.77% from 255) = 35.34%
BLUE value IS 152 (59.77% from 255) = 61.04%
R=3.61%
G=35.34%
B=61.04%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal9881520.940.4200.40206.8588.8231.57
Hex958985E2A028cf5920
Octal111302301365205031713140
Binary100110110001001100010111101010100101000110011111011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095898; }

 p { color: rgb(9,88,152); }

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

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

 a { background-color: rgb(9,88,152); }

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

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

 span { border-color: rgb(9,88,152); }

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