#0B8298

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

Shades of Eastern Blue #0B8298

Tints of Eastern Blue #0B8298

Color information

#0B8298 (or 0x0B8298) is unknown color: approx Eastern Blue. HEX triplet: 0B, 82 and 98. RGB value is (11,130,152). Sum of RGB (Red+Green+Blue) = 11+130+152=293 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.75% from 293); Green value is 130 (51.17% from 255 or 44.37% from 293); Blue value is 152 (59.77% from 255 or 51.88% from 293); Max value from RGB is 152 - color contains mainly: blue. Hex color #0B8298 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B8298 is #F47D67. Grayscale: #606060. Windows color (decimal): -16022888 or 9994763. OLE color: 9994763.

HSL color Cylindrical-coordinate representation of color #0B8298: hue angle of 189.36º degrees, saturation: 0.87, 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 #0B8298 is Cyan = 0.93, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB11130152-
CMYK0.930.1400.40
HSL189.36º86.5%31.96%-
HSV(B)189.36º92.76%59.61%-
XYZ13.7918.332.51-
YUV96.93159.0866.71-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.75%
GREEN value IS 130 (51.17% from 255) = 44.37%
BLUE value IS 152 (59.77% from 255) = 51.88%
R=3.75%
G=44.37%
B=51.88%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal111301520.930.1400.40189.3686.531.96
HexB82985DE028bd5720
Octal132022301351605027512740
Binary10111000001010011000101110111100101000101111011010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B8298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,130,152); }

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

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

 a { background-color: rgb(11,130,152); }

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

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

 span { border-color: rgb(11,130,152); }

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