Html Css Color HEX #0B6B88 Allports

📋 copy color: '#0B6B88'

red 11 ◦ green 107 ◦ blue 136

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

Shades of Allports #0B6B88

Tints of Allports #0B6B88

RGB

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

 GREEN value IS 107 (42.19% from 255) = 42.13%

 BLUE value IS 136 (53.52% from 255) = 53.54%

R = 4.33%
G = 42.13%
B = 53.54%

CMYK

 C value IS 0.92

 M value IS 0.21

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#0B6B88 (or 0x0B6B88) is known color: Allports. HEX triplet: 0B, 6B and 88. RGB value is (11,107,136). Sum of RGB (Red+Green+Blue) = 11+107+136=254 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.33% from 254); Green value is 107 (42.19% from 255 or 42.13% from 254); Blue value is 136 (53.52% from 255 or 53.54% from 254); Max value from RGB is 136 - color contains mainly: blue. Hex color #0B6B88 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B6B88 is #F49477. Grayscale: #515151. Windows color (decimal): -16028792 or 8940299. OLE color: 8940299.

HSL color Cylindrical-coordinate representation of color #0B6B88: hue angle of 193.92º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B6B88 is Cyan = 0.92, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 11 107 136 -
CMYK 0.92 0.21 0 0.47
HSL 193.92º 0.85% 0.29% -
HSV(B) 193.92º 0.92% 0.53% -
XYZ 9.84 12.36 25.16 -
YUV 81.6 158.7 77.64 -
System Red Green Blue C M Y K H S L
Decimal 11 107 136 0.92 0.21 0 0.47 193.92 0.85 0.29
Hex B 6B 88 5C 15 0 2F C2 55 1D
Octal 13 153 210 134 25 0 57 302 125 35
Binary 1011 1101011 10001000 1011100 10101 0 101111 11000010 1010101 11101

Color Harmonies of #0B6B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B6B88

Black with #0B6B88

Text Example


Text Example

White with #0B6B88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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