Html Css Color HEX #0B88AA Eastern Blue

📋 copy color: '#0B88AA'

red 11 ◦ green 136 ◦ blue 170

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

Shades of Eastern Blue #0B88AA

Tints of Eastern Blue #0B88AA

RGB

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

 GREEN value IS 136 (53.52% from 255) = 42.9%

 BLUE value IS 170 (66.8% from 255) = 53.63%

R = 3.47%
G = 42.9%
B = 53.63%

CMYK

 C value IS 0.94

 M value IS 0.20

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0B88AA (or 0x0B88AA) is known color: Eastern Blue. HEX triplet: 0B, 88 and AA. RGB value is (11,136,170). Sum of RGB (Red+Green+Blue) = 11+136+170=317 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.47% from 317); Green value is 136 (53.52% from 255 or 42.90% from 317); Blue value is 170 (66.80% from 255 or 53.63% from 317); Max value from RGB is 170 - color contains mainly: blue. Hex color #0B88AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B88AA is #F47755. Grayscale: #666666. Windows color (decimal): -16021334 or 11175947. OLE color: 11175947.

HSL color Cylindrical-coordinate representation of color #0B88AA: hue angle of 192.83º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B88AA is Cyan = 0.94, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 11 136 170 -
CMYK 0.94 0.20 0 0.33
HSL 192.83º 0.88% 0.35% -
HSV(B) 192.83º 0.94% 0.67% -
XYZ 16.2 20.58 41.15 -
YUV 102.5 166.09 62.74 -
System Red Green Blue C M Y K H S L
Decimal 11 136 170 0.94 0.20 0 0.33 192.83 0.88 0.35
Hex B 88 AA 5E 14 0 21 C1 58 23
Octal 13 210 252 136 24 0 41 301 130 43
Binary 1011 10001000 10101010 1011110 10100 0 100001 11000001 1011000 100011

Color Harmonies of #0B88AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B88AA

Black with #0B88AA

Text Example


Text Example

White with #0B88AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,136,170); }

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

background-color css

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

 a { background-color: rgb(11,136,170); }

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

border-color css

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

 span { border-color: rgb(11,136,170); }

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