Html Css Color HEX #0801BB Medium Blue

📋 copy color: '#0801BB'

red 8 ◦ green 1 ◦ blue 187

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

Shades of Medium Blue #0801BB

Tints of Medium Blue #0801BB

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.51%

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

R = 4.08%
G = 0.51%
B = 95.41%

CMYK

 C value IS 0.96

 M value IS 0.99

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0801BB (or 0x0801BB) is known color: Medium Blue. HEX triplet: 08, 01 and BB. RGB value is (8,1,187). Sum of RGB (Red+Green+Blue) = 8+1+187=196 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.08% from 196); Green value is 1 (0.78% from 255 or 0.51% from 196); Blue value is 187 (73.44% from 255 or 95.41% from 196); Max value from RGB is 187 - color contains mainly: blue. Hex color #0801BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0801BB is #F7FE44. Grayscale: #171717. Windows color (decimal): -16252485 or 12255496. OLE color: 12255496.

HSL color Cylindrical-coordinate representation of color #0801BB: hue angle of 242.26º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0801BB is Cyan = 0.96, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 8 1 187 -
CMYK 0.96 0.99 0 0.27
HSL 242.26º 0.99% 0.37% -
HSV(B) 242.26º 0.99% 0.73% -
XYZ 9.08 3.66 47.24 -
YUV 24.3 219.82 116.38 -
System Red Green Blue C M Y K H S L
Decimal 8 1 187 0.96 0.99 0 0.27 242.26 0.99 0.37
Hex 8 1 BB 60 63 0 1B F2 63 25
Octal 10 1 273 140 143 0 33 362 143 45
Binary 1000 1 10111011 1100000 1100011 0 11011 11110010 1100011 100101

Color Harmonies of #0801BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0801BB

Black with #0801BB

Text Example


Text Example

White with #0801BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0801BB; }

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

 H1.HeaderClassName
 {
   color: #0801BB;
 }
 .AnyTagClassName
 {
   color: #0801BB;
 }
</style>

background-color css

<style>
 a { background-color: #0801BB; }

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

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

border-color css

<style>
 span { border-color: #0801BB; }

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

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