Html Css Color HEX #0801B9 Medium Blue

📋 copy color: '#0801B9'

red 8 ◦ green 1 ◦ blue 185

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

Shades of Medium Blue #0801B9

Tints of Medium Blue #0801B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 95.36%

R = 4.12%
G = 0.52%
B = 95.36%

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

#0801B9 (or 0x0801B9) is known color: Medium Blue. HEX triplet: 08, 01 and B9. RGB value is (8,1,185). Sum of RGB (Red+Green+Blue) = 8+1+185=194 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.12% from 194); Green value is 1 (0.78% from 255 or 0.52% from 194); Blue value is 185 (72.66% from 255 or 95.36% from 194); Max value from RGB is 185 - color contains mainly: blue. Hex color #0801B9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0801B9 is #F7FE46. Grayscale: #171717. Windows color (decimal): -16252487 or 12124424. OLE color: 12124424.

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

Color convert

RGB 8 1 185 -
CMYK 0.96 0.99 0 0.27
HSL 242.28º 0.99% 0.36% -
HSV(B) 242.28º 0.99% 0.73% -
XYZ 8.87 3.58 46.12 -
YUV 24.07 218.82 116.54 -
System Red Green Blue C M Y K H S L
Decimal 8 1 185 0.96 0.99 0 0.27 242.28 0.99 0.36
Hex 8 1 B9 60 63 0 1B F2 63 24
Octal 10 1 271 140 143 0 33 362 143 44
Binary 1000 1 10111001 1100000 1100011 0 11011 11110010 1100011 100100

Color Harmonies of #0801B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0801B9

Black with #0801B9

Text Example


Text Example

White with #0801B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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