Html Css Color HEX #0B6790 Allports

📋 copy color: '#0B6790'

red 11 ◦ green 103 ◦ blue 144

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

Shades of Allports #0B6790

Tints of Allports #0B6790

RGB

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

 GREEN value IS 103 (40.63% from 255) = 39.92%

 BLUE value IS 144 (56.64% from 255) = 55.81%

R = 4.26%
G = 39.92%
B = 55.81%

CMYK

 C value IS 0.92

 M value IS 0.28

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#0B6790 (or 0x0B6790) is known color: Allports. HEX triplet: 0B, 67 and 90. RGB value is (11,103,144). Sum of RGB (Red+Green+Blue) = 11+103+144=258 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.26% from 258); Green value is 103 (40.62% from 255 or 39.92% from 258); Blue value is 144 (56.64% from 255 or 55.81% from 258); Max value from RGB is 144 - color contains mainly: blue. Hex color #0B6790 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B6790 is #F4986F. Grayscale: #4F4F4F. Windows color (decimal): -16029808 or 9463563. OLE color: 9463563.

HSL color Cylindrical-coordinate representation of color #0B6790: hue angle of 198.5º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B6790 is Cyan = 0.92, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 11 103 144 -
CMYK 0.92 0.28 0 0.44
HSL 198.5º 0.86% 0.3% -
HSV(B) 198.5º 0.92% 0.56% -
XYZ 10.02 11.79 28.13 -
YUV 80.17 164.02 78.67 -
System Red Green Blue C M Y K H S L
Decimal 11 103 144 0.92 0.28 0 0.44 198.5 0.86 0.3
Hex B 67 90 5C 1C 0 2C C6 56 1E
Octal 13 147 220 134 34 0 54 306 126 36
Binary 1011 1100111 10010000 1011100 11100 0 101100 11000110 1010110 11110

Color Harmonies of #0B6790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B6790

Black with #0B6790

Text Example


Text Example

White with #0B6790

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,103,144); }

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

background-color css

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

 a { background-color: rgb(11,103,144); }

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

border-color css

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

 span { border-color: rgb(11,103,144); }

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