Html Css Color HEX #081ABB Medium Blue

📋 copy color: '#081ABB'

red 8 ◦ green 26 ◦ blue 187

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

Shades of Medium Blue #081ABB

Tints of Medium Blue #081ABB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.76%

 BLUE value IS 187 (73.44% from 255) = 84.62%

R = 3.62%
G = 11.76%
B = 84.62%

CMYK

 C value IS 0.96

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#081ABB (or 0x081ABB) is known color: Medium Blue. HEX triplet: 08, 1A and BB. RGB value is (8,26,187). Sum of RGB (Red+Green+Blue) = 8+26+187=221 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.62% from 221); Green value is 26 (10.55% from 255 or 11.76% from 221); Blue value is 187 (73.44% from 255 or 84.62% from 221); Max value from RGB is 187 - color contains mainly: blue. Hex color #081ABB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #081ABB is #F7E544. Grayscale: #262626. Windows color (decimal): -16246085 or 12261896. OLE color: 12261896.

HSL color Cylindrical-coordinate representation of color #081ABB: hue angle of 233.97º 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 #081ABB is Cyan = 0.96, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 8 26 187 -
CMYK 0.96 0.86 0 0.27
HSL 233.97º 0.92% 0.38% -
HSV(B) 233.97º 0.96% 0.73% -
XYZ 9.44 4.38 47.36 -
YUV 38.97 211.54 105.91 -
System Red Green Blue C M Y K H S L
Decimal 8 26 187 0.96 0.86 0 0.27 233.97 0.92 0.38
Hex 8 1A BB 60 56 0 1B EA 5C 26
Octal 10 32 273 140 126 0 33 352 134 46
Binary 1000 11010 10111011 1100000 1010110 0 11011 11101010 1011100 100110

Color Harmonies of #081ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081ABB

Black with #081ABB

Text Example


Text Example

White with #081ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081ABB; }

 p { color: rgb(8,26,187); }

 H1.HeaderClassName
 {
   color: #081ABB;
 }
 .AnyTagClassName
 {
   color: #081ABB;
 }
</style>

background-color css

<style>
 a { background-color: #081ABB; }

 a { background-color: rgb(8,26,187); }

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

border-color css

<style>
 span { border-color: #081ABB; }

 span { border-color: rgb(8,26,187); }

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