Html Css Color HEX #0B6589 Allports

📋 copy color: '#0B6589'

red 11 ◦ green 101 ◦ blue 137

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

Shades of Allports #0B6589

Tints of Allports #0B6589

RGB

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

 GREEN value IS 101 (39.84% from 255) = 40.56%

 BLUE value IS 137 (53.91% from 255) = 55.02%

R = 4.42%
G = 40.56%
B = 55.02%

CMYK

 C value IS 0.92

 M value IS 0.26

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#0B6589 (or 0x0B6589) is known color: Allports. HEX triplet: 0B, 65 and 89. RGB value is (11,101,137). Sum of RGB (Red+Green+Blue) = 11+101+137=249 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.42% from 249); Green value is 101 (39.84% from 255 or 40.56% from 249); Blue value is 137 (53.91% from 255 or 55.02% from 249); Max value from RGB is 137 - color contains mainly: blue. Hex color #0B6589 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B6589 is #F49A76. Grayscale: #4D4D4D. Windows color (decimal): -16030327 or 9004299. OLE color: 9004299.

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

Color convert

RGB 11 101 137 -
CMYK 0.92 0.26 0 0.46
HSL 197.14º 0.85% 0.29% -
HSV(B) 197.14º 0.92% 0.54% -
XYZ 9.31 11.18 25.34 -
YUV 78.19 161.18 80.07 -
System Red Green Blue C M Y K H S L
Decimal 11 101 137 0.92 0.26 0 0.46 197.14 0.85 0.29
Hex B 65 89 5C 1A 0 2E C5 55 1D
Octal 13 145 211 134 32 0 56 305 125 35
Binary 1011 1100101 10001001 1011100 11010 0 101110 11000101 1010101 11101

Color Harmonies of #0B6589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B6589

Black with #0B6589

Text Example


Text Example

White with #0B6589

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,101,137); }

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

background-color css

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

 a { background-color: rgb(11,101,137); }

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

border-color css

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

 span { border-color: rgb(11,101,137); }

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