Html Css Color HEX #0601BD Medium Blue

📋 copy color: '#0601BD'

red 6 ◦ green 1 ◦ blue 189

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

Shades of Medium Blue #0601BD

Tints of Medium Blue #0601BD

RGB

 RED value IS 6 (2.73% from 255) = 3.06%

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

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

R = 3.06%
G = 0.51%
B = 96.43%

CMYK

 C value IS 0.97

 M value IS 0.99

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0601BD (or 0x0601BD) is known color: Medium Blue. HEX triplet: 06, 01 and BD. RGB value is (6,1,189). Sum of RGB (Red+Green+Blue) = 6+1+189=196 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.06% from 196); Green value is 1 (0.78% from 255 or 0.51% from 196); Blue value is 189 (74.22% from 255 or 96.43% from 196); Max value from RGB is 189 - color contains mainly: blue. Hex color #0601BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0601BD is #F9FE42. Grayscale: #171717. Windows color (decimal): -16383555 or 12386566. OLE color: 12386566.

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

Color convert

RGB 6 1 189 -
CMYK 0.97 0.99 0 0.26
HSL 241.6º 0.99% 0.37% -
HSV(B) 241.6º 0.99% 0.74% -
XYZ 9.27 3.73 48.38 -
YUV 23.93 221.16 115.21 -
System Red Green Blue C M Y K H S L
Decimal 6 1 189 0.97 0.99 0 0.26 241.6 0.99 0.37
Hex 6 1 BD 61 63 0 1A F2 63 25
Octal 6 1 275 141 143 0 32 362 143 45
Binary 110 1 10111101 1100001 1100011 0 11010 11110010 1100011 100101

Color Harmonies of #0601BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0601BD

Black with #0601BD

Text Example


Text Example

White with #0601BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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