#095098

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

Shades of Cobalt #095098

Tints of Cobalt #095098

Color information

#095098 (or 0x095098) is unknown color: approx Cobalt. HEX triplet: 09, 50 and 98. RGB value is (9,80,152). Sum of RGB (Red+Green+Blue) = 9+80+152=241 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.73% from 241); Green value is 80 (31.64% from 255 or 33.20% 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 #095098 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095098 is #F6AF67. Grayscale: #424242. Windows color (decimal): -16166760 or 9981961. OLE color: 9981961.

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

Color convert

RGB980152-
CMYK0.940.4700.40
HSL210.21º88.82%31.57%-
HSV(B)210.21º94.08%59.61%-
XYZ8.658.0630.81-
YUV66.98175.9886.65-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.73%
GREEN value IS 80 (31.64% from 255) = 33.20%
BLUE value IS 152 (59.77% from 255) = 63.07%
R=3.73%
G=33.20%
B=63.07%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal9801520.940.4700.40210.2188.8231.57
Hex950985E2F028d25920
Octal111202301365705032213140
Binary100110100001001100010111101011110101000110100101011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095098; }

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

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

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

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

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

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

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

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