Html Css Color HEX #0B8199 Eastern Blue

📋 copy color: '#0B8199'

red 11 ◦ green 129 ◦ blue 153

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

Shades of Eastern Blue #0B8199

Tints of Eastern Blue #0B8199

RGB

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

 GREEN value IS 129 (50.78% from 255) = 44.03%

 BLUE value IS 153 (60.16% from 255) = 52.22%

R = 3.75%
G = 44.03%
B = 52.22%

CMYK

 C value IS 0.93

 M value IS 0.16

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#0B8199 (or 0x0B8199) is known color: Eastern Blue. HEX triplet: 0B, 81 and 99. RGB value is (11,129,153). Sum of RGB (Red+Green+Blue) = 11+129+153=293 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.75% from 293); Green value is 129 (50.78% from 255 or 44.03% from 293); Blue value is 153 (60.16% from 255 or 52.22% from 293); Max value from RGB is 153 - color contains mainly: blue. Hex color #0B8199 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B8199 is #F47E66. Grayscale: #606060. Windows color (decimal): -16023143 or 10060043. OLE color: 10060043.

HSL color Cylindrical-coordinate representation of color #0B8199: hue angle of 190.14º 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 #0B8199 is Cyan = 0.93, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 11 129 153 -
CMYK 0.93 0.16 0 0.4
HSL 190.14º 0.87% 0.32% -
HSV(B) 190.14º 0.93% 0.6% -
XYZ 13.74 18.07 32.9 -
YUV 96.45 159.91 67.05 -
System Red Green Blue C M Y K H S L
Decimal 11 129 153 0.93 0.16 0 0.4 190.14 0.87 0.32
Hex B 81 99 5D 10 0 28 BE 57 20
Octal 13 201 231 135 20 0 50 276 127 40
Binary 1011 10000001 10011001 1011101 10000 0 101000 10111110 1010111 100000

Color Harmonies of #0B8199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B8199

Black with #0B8199

Text Example


Text Example

White with #0B8199

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,129,153); }

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

background-color css

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

 a { background-color: rgb(11,129,153); }

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

border-color css

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

 span { border-color: rgb(11,129,153); }

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