Html Css Color HEX #0B698B Allports

📋 copy color: '#0B698B'

red 11 ◦ green 105 ◦ blue 139

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

Shades of Allports #0B698B

Tints of Allports #0B698B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 41.18%

 BLUE value IS 139 (54.69% from 255) = 54.51%

R = 4.31%
G = 41.18%
B = 54.51%

CMYK

 C value IS 0.92

 M value IS 0.24

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0B698B (or 0x0B698B) is known color: Allports. HEX triplet: 0B, 69 and 8B. RGB value is (11,105,139). Sum of RGB (Red+Green+Blue) = 11+105+139=255 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.31% from 255); Green value is 105 (41.41% from 255 or 41.18% from 255); Blue value is 139 (54.69% from 255 or 54.51% from 255); Max value from RGB is 139 - color contains mainly: blue. Hex color #0B698B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B698B is #F49674. Grayscale: #505050. Windows color (decimal): -16029301 or 9136395. OLE color: 9136395.

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

Color convert

RGB 11 105 139 -
CMYK 0.92 0.24 0 0.45
HSL 195.94º 0.85% 0.29% -
HSV(B) 195.94º 0.92% 0.55% -
XYZ 9.85 12.04 26.23 -
YUV 80.77 160.86 78.24 -
System Red Green Blue C M Y K H S L
Decimal 11 105 139 0.92 0.24 0 0.45 195.94 0.85 0.29
Hex B 69 8B 5C 18 0 2D C4 55 1D
Octal 13 151 213 134 30 0 55 304 125 35
Binary 1011 1101001 10001011 1011100 11000 0 101101 11000100 1010101 11101

Color Harmonies of #0B698B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B698B

Black with #0B698B

Text Example


Text Example

White with #0B698B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,105,139); }

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

background-color css

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

 a { background-color: rgb(11,105,139); }

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

border-color css

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

 span { border-color: rgb(11,105,139); }

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