Html Css Color HEX #0B8295 Eastern Blue

📋 copy color: '#0B8295'

red 11 ◦ green 130 ◦ blue 149

#0B8295
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eastern Blue #0B8295

Tints of Eastern Blue #0B8295

RGB

 RED value IS 11 (4.69% from 255) = 3.79%

 GREEN value IS 130 (51.17% from 255) = 44.83%

 BLUE value IS 149 (58.59% from 255) = 51.38%

R = 3.79%
G = 44.83%
B = 51.38%

CMYK

 C value IS 0.93

 M value IS 0.13

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0B8295 (or 0x0B8295) is known color: Eastern Blue. HEX triplet: 0B, 82 and 95. RGB value is (11,130,149). Sum of RGB (Red+Green+Blue) = 11+130+149=290 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.79% from 290); Green value is 130 (51.17% from 255 or 44.83% from 290); Blue value is 149 (58.59% from 255 or 51.38% from 290); Max value from RGB is 149 - color contains mainly: blue. Hex color #0B8295 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B8295 is #F47D6A. Grayscale: #606060. Windows color (decimal): -16022891 or 9798155. OLE color: 9798155.

HSL color Cylindrical-coordinate representation of color #0B8295: hue angle of 188.26º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B8295 is Cyan = 0.93, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 11 130 149 -
CMYK 0.93 0.13 0 0.42
HSL 188.26º 0.86% 0.31% -
HSV(B) 188.26º 0.93% 0.58% -
XYZ 13.55 18.21 31.23 -
YUV 96.59 157.58 66.96 -
System Red Green Blue C M Y K H S L
Decimal 11 130 149 0.93 0.13 0 0.42 188.26 0.86 0.31
Hex B 82 95 5D D 0 2A BC 56 1F
Octal 13 202 225 135 15 0 52 274 126 37
Binary 1011 10000010 10010101 1011101 1101 0 101010 10111100 1010110 11111

Color Harmonies of #0B8295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B8295

Black with #0B8295

Text Example


Text Example

White with #0B8295

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0B8295;
 }
 .AnyTagClassName
 {
   color: #0B8295;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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