Html Css Color HEX #0109BC Medium Blue

📋 copy color: '#0109BC'

red 1 ◦ green 9 ◦ blue 188

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

Shades of Medium Blue #0109BC

Tints of Medium Blue #0109BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 94.95%

R = 0.51%
G = 4.55%
B = 94.95%

CMYK

 C value IS 0.99

 M value IS 0.95

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0109BC (or 0x0109BC) is known color: Medium Blue. HEX triplet: 01, 09 and BC. RGB value is (1,9,188). Sum of RGB (Red+Green+Blue) = 1+9+188=198 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 198); Green value is 9 (3.91% from 255 or 4.55% from 198); Blue value is 188 (73.83% from 255 or 94.95% from 198); Max value from RGB is 188 - color contains mainly: blue. Hex color #0109BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0109BC is #FEF643. Grayscale: #1A1A1A. Windows color (decimal): -16709188 or 12323073. OLE color: 12323073.

HSL color Cylindrical-coordinate representation of color #0109BC: hue angle of 237.43º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0109BC is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 1 9 188 -
CMYK 0.99 0.95 0 0.26
HSL 237.43º 0.99% 0.37% -
HSV(B) 237.43º 0.99% 0.74% -
XYZ 9.19 3.83 47.83 -
YUV 27.01 218.85 109.45 -
System Red Green Blue C M Y K H S L
Decimal 1 9 188 0.99 0.95 0 0.26 237.43 0.99 0.37
Hex 1 9 BC 63 5F 0 1A ED 63 25
Octal 1 11 274 143 137 0 32 355 143 45
Binary 1 1001 10111100 1100011 1011111 0 11010 11101101 1100011 100101

Color Harmonies of #0109BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0109BC

Black with #0109BC

Text Example


Text Example

White with #0109BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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