Html Css Color HEX #0107BD Medium Blue

📋 copy color: '#0107BD'

red 1 ◦ green 7 ◦ blue 189

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

Shades of Medium Blue #0107BD

Tints of Medium Blue #0107BD

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.55%

 BLUE value IS 189 (74.22% from 255) = 95.94%

R = 0.51%
G = 3.55%
B = 95.94%

CMYK

 C value IS 0.99

 M value IS 0.96

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0107BD (or 0x0107BD) is known color: Medium Blue. HEX triplet: 01, 07 and BD. RGB value is (1,7,189). Sum of RGB (Red+Green+Blue) = 1+7+189=197 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 197); Green value is 7 (3.12% from 255 or 3.55% from 197); Blue value is 189 (74.22% from 255 or 95.94% from 197); Max value from RGB is 189 - color contains mainly: blue. Hex color #0107BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0107BD is #FEF842. Grayscale: #191919. Windows color (decimal): -16709699 or 12388097. OLE color: 12388097.

HSL color Cylindrical-coordinate representation of color #0107BD: hue angle of 238.09º 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 #0107BD is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 1 7 189 -
CMYK 0.99 0.96 0 0.26
HSL 238.09º 0.99% 0.37% -
HSV(B) 238.09º 0.99% 0.74% -
XYZ 9.27 3.83 48.4 -
YUV 25.95 220.01 110.2 -
System Red Green Blue C M Y K H S L
Decimal 1 7 189 0.99 0.96 0 0.26 238.09 0.99 0.37
Hex 1 7 BD 63 60 0 1A EE 63 25
Octal 1 7 275 143 140 0 32 356 143 45
Binary 1 111 10111101 1100011 1100000 0 11010 11101110 1100011 100101

Color Harmonies of #0107BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0107BD

Black with #0107BD

Text Example


Text Example

White with #0107BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0107BD; }

 p { color: rgb(1,7,189); }

 H1.HeaderClassName
 {
   color: #0107BD;
 }
 .AnyTagClassName
 {
   color: #0107BD;
 }
</style>

background-color css

<style>
 a { background-color: #0107BD; }

 a { background-color: rgb(1,7,189); }

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

border-color css

<style>
 span { border-color: #0107BD; }

 span { border-color: rgb(1,7,189); }

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