Html Css Color HEX #0109B9 Medium Blue

📋 copy color: '#0109B9'

red 1 ◦ green 9 ◦ blue 185

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

Shades of Medium Blue #0109B9

Tints of Medium Blue #0109B9

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.62%

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

R = 0.51%
G = 4.62%
B = 94.87%

CMYK

 C value IS 0.99

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0109B9 (or 0x0109B9) is known color: Medium Blue. HEX triplet: 01, 09 and B9. RGB value is (1,9,185). Sum of RGB (Red+Green+Blue) = 1+9+185=195 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 195); Green value is 9 (3.91% from 255 or 4.62% from 195); Blue value is 185 (72.66% from 255 or 94.87% from 195); Max value from RGB is 185 - color contains mainly: blue. Hex color #0109B9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0109B9 is #FEF646. Grayscale: #191919. Windows color (decimal): -16709191 or 12126465. OLE color: 12126465.

HSL color Cylindrical-coordinate representation of color #0109B9: hue angle of 237.39º 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 #0109B9 is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 1 9 185 -
CMYK 0.99 0.95 0 0.27
HSL 237.39º 0.99% 0.36% -
HSV(B) 237.39º 0.99% 0.73% -
XYZ 8.87 3.7 46.15 -
YUV 26.67 217.35 109.69 -
System Red Green Blue C M Y K H S L
Decimal 1 9 185 0.99 0.95 0 0.27 237.39 0.99 0.36
Hex 1 9 B9 63 5F 0 1B ED 63 24
Octal 1 11 271 143 137 0 33 355 143 44
Binary 1 1001 10111001 1100011 1011111 0 11011 11101101 1100011 100100

Color Harmonies of #0109B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0109B9

Black with #0109B9

Text Example


Text Example

White with #0109B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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