Html Css Color HEX #080BBA Medium Blue

📋 copy color: '#080BBA'

red 8 ◦ green 11 ◦ blue 186

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

Shades of Medium Blue #080BBA

Tints of Medium Blue #080BBA

RGB

 RED value IS 8 (3.52% from 255) = 3.9%

 GREEN value IS 11 (4.69% from 255) = 5.37%

 BLUE value IS 186 (73.05% from 255) = 90.73%

R = 3.9%
G = 5.37%
B = 90.73%

CMYK

 C value IS 0.96

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#080BBA (or 0x080BBA) is known color: Medium Blue. HEX triplet: 08, 0B and BA. RGB value is (8,11,186). Sum of RGB (Red+Green+Blue) = 8+11+186=205 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.90% from 205); Green value is 11 (4.69% from 255 or 5.37% from 205); Blue value is 186 (73.05% from 255 or 90.73% from 205); Max value from RGB is 186 - color contains mainly: blue. Hex color #080BBA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #080BBA is #F7F445. Grayscale: #1D1D1D. Windows color (decimal): -16249926 or 12192520. OLE color: 12192520.

HSL color Cylindrical-coordinate representation of color #080BBA: hue angle of 238.99º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #080BBA is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 8 11 186 -
CMYK 0.96 0.94 0 0.27
HSL 238.99º 0.92% 0.38% -
HSV(B) 238.99º 0.96% 0.73% -
XYZ 9.08 3.84 46.72 -
YUV 30.05 216.01 112.27 -
System Red Green Blue C M Y K H S L
Decimal 8 11 186 0.96 0.94 0 0.27 238.99 0.92 0.38
Hex 8 B BA 60 5E 0 1B EF 5C 26
Octal 10 13 272 140 136 0 33 357 134 46
Binary 1000 1011 10111010 1100000 1011110 0 11011 11101111 1011100 100110

Color Harmonies of #080BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080BBA

Black with #080BBA

Text Example


Text Example

White with #080BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080BBA; }

 p { color: rgb(8,11,186); }

 H1.HeaderClassName
 {
   color: #080BBA;
 }
 .AnyTagClassName
 {
   color: #080BBA;
 }
</style>

background-color css

<style>
 a { background-color: #080BBA; }

 a { background-color: rgb(8,11,186); }

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

border-color css

<style>
 span { border-color: #080BBA; }

 span { border-color: rgb(8,11,186); }

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